diff --git a/cpukit/libnetworking/arpa/nameser_compat.h b/cpukit/libnetworking/arpa/nameser_compat.h index 2ab5b47386..9c1916ec55 100644 --- a/cpukit/libnetworking/arpa/nameser_compat.h +++ b/cpukit/libnetworking/arpa/nameser_compat.h @@ -41,7 +41,7 @@ #define __BIND 19950621 /* (DEAD) interface version stamp. */ -#include +#include #if !defined(BYTE_ORDER) || \ (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \ diff --git a/cpukit/libnetworking/netinet/in.h b/cpukit/libnetworking/netinet/in.h index 59d0357ca6..b46b0ea805 100644 --- a/cpukit/libnetworking/netinet/in.h +++ b/cpukit/libnetworking/netinet/in.h @@ -38,7 +38,7 @@ #define _NETINET_IN_H_ #include -#include +#include /* Protocols common to RFC 1700, POSIX, and X/Open. */ #define IPPROTO_IP 0 /* dummy for IP */ diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h index 6b296dfbe3..5b09958401 100644 --- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h +++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h @@ -104,7 +104,7 @@ typedef struct vm_page *vm_page_t; #define makedev(x,y) ((dev_t)(((x) << 8) | (y))) /* create dev_t */ #endif -#include +#include typedef quad_t rlim_t; /* resource limit */ typedef u_int32_t fixpt_t; /* fixed point number */