summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-07 07:24:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-07 13:02:21 +0200
commit26ccd139dc42c0abaafd5532729cb7d32afac9cf (patch)
tree8ac9f15fca1613498edf0da7b8efe23ea5038b4e /cpukit/libnetworking/nfs/bootp_subr.c
parentnetwork: Use inet_ntoa_r() (diff)
downloadrtems-26ccd139dc42c0abaafd5532729cb7d32afac9cf.tar.bz2
network: Header file compatiblity
Move legacy network stack implementation specifics to <rtems/rtems_bsdnet_internal.h>. Include missing header files. Add interface flags compatibility. Update #2833.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index 484a6b5d72..3e71e95e08 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -55,6 +55,7 @@
#include <sys/uio.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/route.h>
#include <netinet/in.h>