From 4fbcc986d915bd34d486a642e074ffe69a95a055 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 29 Dec 2008 19:00:28 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c index c5508eb96c2..fc23261c76a 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