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 days
This commit is contained in:
Robert Watson 2008-12-29 18:59:50 +00:00
parent e1f323f350
commit bdef9f77c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186568

View File

@ -146,6 +146,7 @@
#include <unistd.h>
#include <sys/fs/zfs.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <libzfs.h>