summaryrefslogtreecommitdiff
path: root/sbin/mount_udf
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-08-13 16:07:39 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-08-13 16:07:39 +0000
commiteddb9a0d785dc4430d17603f5b5ed6529d4035ac (patch)
tree1e2bfe4e6bf20f0807b55edb0a92b05e24e4a888 /sbin/mount_udf
parenta654c53e16bb02ffbe4fe501f266a02522008a8a (diff)
downloadsrc-test2-eddb9a0d785dc4430d17603f5b5ed6529d4035ac.tar.gz
src-test2-eddb9a0d785dc4430d17603f5b5ed6529d4035ac.zip
Don't depend on namespace pollution in sys/mount.h and
include sys/uio.h.
Notes
Notes: svn path=/head/; revision=101829
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r--sbin/mount_udf/mount_udf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c
index 057512791b2a..b5b270d54608 100644
--- a/sbin/mount_udf/mount_udf.c
+++ b/sbin/mount_udf/mount_udf.c
@@ -48,6 +48,7 @@
#include <sys/file.h>
#include <sys/param.h>
#include <sys/mount.h>
+#include <sys/uio.h>
#include <err.h>
#include <errno.h>