summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 12:54:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 12:54:28 +0000
commite8a837d6e17ba478ae8e1694dd4bef8b8c0c90ae (patch)
tree3c356bfed1155f5b3bffc964fe35522011eb3b1a /cpukit/libnetworking/nfs
parent2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e8a837d6e17ba478ae8e1694dd4bef8b8c0c90ae.tar.bz2
#include <sys/ucred.h>.
Diffstat (limited to 'cpukit/libnetworking/nfs')
-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 7f46582a41..3cca435a72 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -43,6 +43,7 @@
*/
#include <sys/param.h>
+#include <sys/ucred.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>