mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add audit.h to mkioctls inclusion list: audit pipe ioctls need access
to the audit types. Submitted by: wsalamon Obtained from: TrustedBSD Project
This commit is contained in:
parent
60555db2e2
commit
b5fc62e2f7
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ BEGIN {
|
|||
print "#include <sys/socket.h>"
|
||||
print "#include <sys/time.h>"
|
||||
print "#include <sys/tty.h>"
|
||||
print "#include <bsm/audit.h>"
|
||||
print "#include <net/ethernet.h>"
|
||||
print "#include <net/if.h>"
|
||||
print "#include <net/if_var.h>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue