mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Fix a typo: include vs incldue
This commit is contained in:
+3
-2
@@ -49,7 +49,7 @@
|
|||||||
* <netinet/in.h>, <sys/socket.h>, and <inttypes.h>.
|
* <netinet/in.h>, <sys/socket.h>, and <inttypes.h>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <inttypes.h>
|
#incldue <inttypes.h>
|
||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
@@ -219,6 +219,7 @@ struct addrinfo
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Data
|
* Public Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define EXTERN extern "C"
|
#define EXTERN extern "C"
|
||||||
extern "C"
|
extern "C"
|
||||||
@@ -270,7 +271,7 @@ void setnetent(int);
|
|||||||
void setprotoent(int);
|
void setprotoent(int);
|
||||||
void setservent(int);
|
void setservent(int);
|
||||||
|
|
||||||
#endif /* No of these are yet supported */
|
#endif /* None of these are yet supported */
|
||||||
|
|
||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user