summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc
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/libc
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 'cpukit/libnetworking/libc')
-rw-r--r--cpukit/libnetworking/libc/res_init.c1
1 files changed, 1 insertions, 0 deletions
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 *));