summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_dhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_dhcp.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp.c b/cpukit/libnetworking/rtems/rtems_dhcp.c
index 74ea870497..5f5515c847 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp.c
+++ b/cpukit/libnetworking/rtems/rtems_dhcp.c
@@ -82,7 +82,7 @@
#include <stdlib.h>
#include <unistd.h>
-#include <sys/ioctl.h>
+#include <sys/sockio.h>
#include <sys/param.h> /* for MAXHOSTNAMELEN */
#include <sys/systm.h>
#include <sys/socketvar.h> /* for socreat() soclose() */