From b5fc62e2f7c756527defdb04a289c0ecbd69e8d8 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 5 Jun 2006 10:06:51 +0000 Subject: [PATCH] Add audit.h to mkioctls inclusion list: audit pipe ioctls need access to the audit types. Submitted by: wsalamon Obtained from: TrustedBSD Project --- usr.bin/kdump/mkioctls | 1 + 1 file changed, 1 insertion(+) 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 " print "#include " print "#include " + print "#include " print "#include " print "#include " print "#include "