summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
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
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/lib/rtems_bsdnet_ntp.c2
-rw-r--r--cpukit/libnetworking/libc/res_init.c1
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c b/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
index 38cb779f6a..a7edf62013 100644
--- a/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
+++ b/cpukit/libnetworking/lib/rtems_bsdnet_ntp.c
@@ -27,6 +27,8 @@
#include <sys/socket.h>
#include <netinet/in.h>
+#include <rtems/bsdnet/servers.h>
+
/*
* RTEMS base: 1988, January 1
* UNIX base: 1970, January 1
diff --git a/cpukit/libnetworking/libc/res_init.c b/cpukit/libnetworking/libc/res_init.c
index b762a8ec0c..932d9c3a59 100644
--- a/cpukit/libnetworking/libc/res_init.c
+++ b/cpukit/libnetworking/libc/res_init.c
@@ -94,6 +94,7 @@ static char rcsid[] = "$Id$";
* RTEMS -- set up name servers from global variable
*/
#include <rtems/rtems_bsdnet_internal.h>
+#include <rtems/bsdnet/servers.h>
static void res_setoptions __P((char *, char *));
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 */