From 80663b90019314033e403958046f170ec4a2001c Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 29 Dec 2008 19:00:28 +0000 Subject: 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 --- usr.bin/fstat/zfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/fstat') 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 +#include #define _KERNEL #include #undef _KERNEL -- cgit v1.1