summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showifstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showifstat.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showifstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c
index 2e06a8ce5c..a936cf7458 100644
--- a/cpukit/libnetworking/rtems/rtems_showifstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showifstat.c
@@ -9,7 +9,7 @@
#include <sys/sysctl.h>
#include <sys/proc.h>
#include <sys/socket.h>
-#include <sys/ioctl.h>
+#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <net/if.h>
#include <net/if_dl.h>