summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-12-29 19:00:28 +0000
committerrwatson <rwatson@FreeBSD.org>2008-12-29 19:00:28 +0000
commit80663b90019314033e403958046f170ec4a2001c (patch)
tree21dcb34c2c3a834eb53fbc7bd4a25a12ad15def5 /usr.bin/fstat
parent25e9243909d709b0997773ae5ae4ab5847fcfedc (diff)
downloadFreeBSD-src-80663b90019314033e403958046f170ec4a2001c.zip
FreeBSD-src-80663b90019314033e403958046f170ec4a2001c.tar.gz
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
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 c5508eb..fc23261 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
OpenPOWER on IntegriCloud