Fix a typo: include vs incldue

This commit is contained in:
Gregory Nutt 2015-02-17 12:44:51 -06:00
parent 17c381c799
commit ee517f428d
1 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@
* <netinet/in.h>, <sys/socket.h>, and <inttypes.h>.
*/
#include <inttypes.h>
#incldue <inttypes.h>
#include <netinet/in.h>
#include <sys/socket.h>
@ -219,6 +219,7 @@ struct addrinfo
/****************************************************************************
* Public Data
****************************************************************************/
#ifdef __cplusplus
#define EXTERN extern "C"
extern "C"
@ -270,7 +271,7 @@ void setnetent(int);
void setprotoent(int);
void setservent(int);
#endif /* No of these are yet supported */
#endif /* None of these are yet supported */
#undef EXTERN
#ifdef __cplusplus