summaryrefslogtreecommitdiff
path: root/usr.sbin/mount_nwfs/mount_nwfs.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-01-12 09:16:13 +0000
committerBruce Evans <bde@FreeBSD.org>2000-01-12 09:16:13 +0000
commitf3d5d34b459fcd295a618227c37e2bacae1cdf67 (patch)
treeb40f1f410b154f7ad132127a39dd65ac06492363 /usr.sbin/mount_nwfs/mount_nwfs.c
parentc144d68c9fdfe2da40e05eed7621534bc81bdad5 (diff)
downloadsrc-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.c2
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"