summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-17 07:34:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-17 07:34:11 +0000
commit74404409a708d00cfc339d6d71bb7cb86d0d1776 (patch)
tree6f964420c98b92b9225b0c74ac851c935a154ef1 /cpukit/libnetworking/nfs
parentPartial update from FreeBSD. (diff)
downloadrtems-74404409a708d00cfc339d6d71bb7cb86d0d1776.tar.bz2
Reflect having introduced nfsclient/.
Diffstat (limited to 'cpukit/libnetworking/nfs')
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index de3a112b0e..b00fe6264b 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -65,7 +65,8 @@
#include <nfs/rpcv2.h>
#include <nfs/nfsproto.h>
#include <nfs/nfs.h>
-#include <nfs/nfsdiskless.h>
+#include <nfsclient/nfsargs.h>
+#include <nfsclient/nfsdiskless.h>
#include <nfs/krpc.h>
#include <nfs/xdr_subs.h>