summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/net/getnetbyht.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/net/getnetbyht.c')
-rw-r--r--freebsd/lib/libc/net/getnetbyht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/net/getnetbyht.c b/freebsd/lib/libc/net/getnetbyht.c
index 1e4d64f5..caf9c3a6 100644
--- a/freebsd/lib/libc/net/getnetbyht.c
+++ b/freebsd/lib/libc/net/getnetbyht.c
@@ -46,7 +46,7 @@ static char orig_rcsid[] = "From: Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixi
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>