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:
Robert Watson 2006-06-05 10:06:51 +00:00
parent 60555db2e2
commit b5fc62e2f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159247

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