summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/net/if_nametoindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/net/if_nametoindex.c')
-rw-r--r--freebsd/lib/libc/net/if_nametoindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/net/if_nametoindex.c b/freebsd/lib/libc/net/if_nametoindex.c
index 467f15e9..eff590e7 100644
--- a/freebsd/lib/libc/net/if_nametoindex.c
+++ b/freebsd/lib/libc/net/if_nametoindex.c
@@ -31,7 +31,7 @@
__FBSDID("$FreeBSD$");
#include "namespace.h"
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <net/if.h>