diff options
author | mux <mux@FreeBSD.org> | 2002-08-13 16:07:39 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-08-13 16:07:39 +0000 |
commit | db0487de245a15f77129406d87b7447837e5c484 (patch) | |
tree | 1e2bfe4e6bf20f0807b55edb0a92b05e24e4a888 /sbin/mount_udf | |
parent | ce971426f4d9334872003e0b6bb04447b70bf2e9 (diff) | |
download | FreeBSD-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_udf')
-rw-r--r-- | sbin/mount_udf/mount_udf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_udf/mount_udf.c b/sbin/mount_udf/mount_udf.c index 0575127..b5b270d 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> |