diff options
author | Bruce Evans <bde@FreeBSD.org> | 2000-01-12 09:16:13 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-12 09:16:13 +0000 |
commit | f3d5d34b459fcd295a618227c37e2bacae1cdf67 (patch) | |
tree | b40f1f410b154f7ad132127a39dd65ac06492363 /usr.sbin/mount_nwfs/mount_nwfs.c | |
parent | c144d68c9fdfe2da40e05eed7621534bc81bdad5 (diff) | |
download | src-test2-f3d5d34b459fcd295a618227c37e2bacae1cdf67.tar.gz src-test2-f3d5d34b459fcd295a618227c37e2bacae1cdf67.zip |
Notes
Diffstat (limited to 'usr.sbin/mount_nwfs/mount_nwfs.c')
-rw-r--r-- | usr.sbin/mount_nwfs/mount_nwfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c index 006f90e70030..a6db58df552f 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.c +++ b/usr.sbin/mount_nwfs/mount_nwfs.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ #include <sys/param.h> +#include <sys/stat.h> #include <sys/errno.h> #include <sys/mount.h> @@ -47,7 +48,6 @@ #include <netncp/ncp_lib.h> #include <netncp/ncp_rcfile.h> -#include <nwfs/nwfs.h> #include <nwfs/nwfs_mount.h> #include "mntopts.h" |