mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04: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 days
This commit is contained in:
parent
e1f323f350
commit
bdef9f77c8
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <sys/fs/zfs.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
#include <libzfs.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue