aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-12-29 19:00:28 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-12-29 19:00:28 +0000
commit4fbcc986d915bd34d486a642e074ffe69a95a055 (patch)
tree21dcb34c2c3a834eb53fbc7bd4a25a12ad15def5 /usr.bin/fstat
parentbdef9f77c8866836e2a16e8ce5b5977aa43b38c4 (diff)
downloadsrc-4fbcc986d915bd34d486a642e074ffe69a95a055.tar.gz
src-4fbcc986d915bd34d486a642e074ffe69a95a055.zip
Include param.h instead of types.h before mount.h so that the nested
include of param.h can be removed from audit.h. MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=186569
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/zfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c
index c5508eb96c2b..fc23261c76aa 100644
--- a/usr.bin/fstat/zfs.c
+++ b/usr.bin/fstat/zfs.c
@@ -26,7 +26,7 @@
* $FreeBSD$
*/
-#include <sys/types.h>
+#include <sys/param.h>
#define _KERNEL
#include <sys/mount.h>
#undef _KERNEL