summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nullfs
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-08-13 16:07:39 +0000
committermux <mux@FreeBSD.org>2002-08-13 16:07:39 +0000
commitdb0487de245a15f77129406d87b7447837e5c484 (patch)
tree1e2bfe4e6bf20f0807b55edb0a92b05e24e4a888 /sbin/mount_nullfs
parentce971426f4d9334872003e0b6bb04447b70bf2e9 (diff)
downloadFreeBSD-src-db0487de245a15f77129406d87b7447837e5c484.zip
FreeBSD-src-db0487de245a15f77129406d87b7447837e5c484.tar.gz
Don't depend on namespace pollution in sys/mount.h and
include sys/uio.h.
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r--sbin/mount_nullfs/mount_nullfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c
index e46aa0c..1da7dfd 100644
--- a/sbin/mount_nullfs/mount_nullfs.c
+++ b/sbin/mount_nullfs/mount_nullfs.c
@@ -50,6 +50,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/mount.h>
+#include <sys/uio.h>
#include <err.h>
#include <stdio.h>
OpenPOWER on IntegriCloud