diff options
-rw-r--r-- | sbin/mount_nwfs/mount_nwfs.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_nwfs/mount_nwfs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nwfs/mount_nwfs.c b/sbin/mount_nwfs/mount_nwfs.c index 006f90e..a6db58d 100644 --- a/sbin/mount_nwfs/mount_nwfs.c +++ b/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" diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c index 006f90e..a6db58d 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" |