aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-06-05 10:06:51 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-06-05 10:06:51 +0000
commitb5fc62e2f7c756527defdb04a289c0ecbd69e8d8 (patch)
treeabda26954668045705cb22bde6ab8105300acccc /usr.bin/kdump
parent60555db2e2e27aa7544ad9c857c4b8f82e63e4c8 (diff)
downloadsrc-b5fc62e2f7c756527defdb04a289c0ecbd69e8d8.tar.gz
src-b5fc62e2f7c756527defdb04a289c0ecbd69e8d8.zip
Add audit.h to mkioctls inclusion list: audit pipe ioctls need access
to the audit types. Submitted by: wsalamon Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=159247
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/mkioctls1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index cbe751503009..8073a4668eaf 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -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>"