diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-12-29 19:00:28 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-12-29 19:00:28 +0000 |
commit | 80663b90019314033e403958046f170ec4a2001c (patch) | |
tree | 21dcb34c2c3a834eb53fbc7bd4a25a12ad15def5 | |
parent | 25e9243909d709b0997773ae5ae4ab5847fcfedc (diff) | |
download | FreeBSD-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
-rw-r--r-- | usr.bin/fstat/zfs.c | 2 |
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 |