diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h index 30ac74a99a..9068113918 100644 --- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h +++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h @@ -32,7 +32,7 @@ typedef u_int32_t ioctl_command_t; /* make sure we get the network versions of these */ #include #include -#include +#include #include @@ -73,7 +73,6 @@ void microtime (struct timeval *tv); * Since we can't have two sys/types.h files, we'll hack around * and copy the contents of the BSD sys/types.h to here.... */ -#include typedef u_int64_t u_quad_t; /* quads */ typedef int64_t quad_t;