mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Including mount.h requires including param.h.
MFC after: 3 weeks
This commit is contained in:
parent
0454f8732e
commit
fcb5ddcdae
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include <unistd.h>
|
||||
#include <stddef.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/mntent.h>
|
||||
#include <sys/mnttab.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue