summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-03 05:49:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-03 05:49:30 +0000
commitb90307a092d3073b2a7be05448a177a858137182 (patch)
tree7f636511a873ed2f249e162d7ce3336d3973c697 /cpukit/libnetworking/nfs/bootp_subr.c
parent2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b90307a092d3073b2a7be05448a177a858137182.tar.bz2
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 755/rtems * libnetworking/libc/res_init.c, libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/nfs/bootp_subr.c: Include <rtems/bsdnet/servers.h>.
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 ab09a2d7c1..de3a112b0e 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -74,6 +74,7 @@
#include <fcntl.h>
#include <rtems/mkrootfs.h>
#include <rtems/rtems_bsdnet.h>
+#include <rtems/bsdnet/servers.h>
#define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */