Fix cosmetic typo in header file idempotence. Note by Lazlo

This commit is contained in:
Gregory Nutt 2014-12-10 18:27:29 -06:00
parent c095c89c3f
commit 16f5ea451b

View File

@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __INCLUDE_NETINET_IP_H
#define __INCLUDE_NETINET_IP_H
#ifndef __INCLUDE_NETINET_IN_H
#define __INCLUDE_NETINET_IN_H
/****************************************************************************
* Included Files
@ -152,4 +152,4 @@ struct sockaddr_in6
* Public Function Prototypes
****************************************************************************/
#endif /* __INCLUDE_NETINET_IP_H */
#endif /* __INCLUDE_NETINET_IN_H */