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:
rwatson 2006-06-05 10:06:51 +00:00
parent 5f36307f91
commit 571f2f563f

View File

@ -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>"