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
This commit is contained in:
Robert Watson 2008-12-29 19:00:28 +00:00
parent bdef9f77c8
commit 4fbcc986d9

View File

@ -26,7 +26,7 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <sys/param.h>
#define _KERNEL
#include <sys/mount.h>
#undef _KERNEL