mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add priv.h include required to build FAST_IPSEC, which is not present in
LINT due to a conflict with KAME IPSEC. Submitted by: Pawel Worach <pawel dot worach at gmail dot com>
This commit is contained in:
parent
c144ae3e58
commit
46ee43b2ca
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/domain.h>
|
||||
#include <sys/priv.h>
|
||||
#include <sys/protosw.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/socketvar.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue