summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/inet/inet_ntoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/inet/inet_ntoa.c')
-rw-r--r--freebsd/lib/libc/inet/inet_ntoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/inet/inet_ntoa.c b/freebsd/lib/libc/inet/inet_ntoa.c
index 1097fc72..539cf747 100644
--- a/freebsd/lib/libc/inet/inet_ntoa.c
+++ b/freebsd/lib/libc/inet/inet_ntoa.c
@@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
#include "port_before.h"
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>