summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/net/getprotoent.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/net/getprotoent.c')
-rw-r--r--freebsd/lib/libc/net/getprotoent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/net/getprotoent.c b/freebsd/lib/libc/net/getprotoent.c
index 3c584fc1..d0a7a97e 100644
--- a/freebsd/lib/libc/net/getprotoent.c
+++ b/freebsd/lib/libc/net/getprotoent.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93";
__FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/param.h>
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include <limits.h>