aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorBosko Milekic <bmilekic@FreeBSD.org>2002-08-14 16:34:13 +0000
committerBosko Milekic <bmilekic@FreeBSD.org>2002-08-14 16:34:13 +0000
commitd8aadd88cf4cb6d51b2d3d3b603aced4b6b80ebf (patch)
treee4f35d52050281b837b4d309827bb81235fc0c1d /usr.bin/fstat
parentc887ca5b8af33c04d5489cdf22e7b9127670a8e3 (diff)
Notes
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 0a51c59a0279..4d1c10f3cf27 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -64,10 +64,10 @@ __FBSDID("$FreeBSD$");
#define _KERNEL
#include <sys/conf.h>
#include <sys/file.h>
+#include <sys/mount.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
#include <fs/devfs/devfs.h>
-#include <sys/mount.h>
#undef _KERNEL
#include <nfs/nfsproto.h>
#include <nfs/rpcv2.h>