mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Include correct header files, in preparation for fixing sys/mount.h.
Suggested-by: phk
This commit is contained in:
parent
bf30c5b32b
commit
5a0a51cf5a
2 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ static const char rcsid[] =
|
|||
#include <sys/user.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/vnode.h>
|
||||
#include <net/radix.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/socketvar.h>
|
||||
#include <sys/domain.h>
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@
|
|||
#include <sys/vnode.h>
|
||||
|
||||
#define _KERNEL
|
||||
#include <net/radix.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/mount.h>
|
||||
#include <msdosfs/bpb.h>
|
||||
#include <msdosfs/msdosfsmount.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue