1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186569

View File

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