aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorMarko Zec <zec@FreeBSD.org>2009-05-31 15:41:46 +0000
committerMarko Zec <zec@FreeBSD.org>2009-05-31 15:41:46 +0000
commit1f7fcb28e6beba20bf5f90b1b0cbfd37c3ace61c (patch)
tree5a67b43a68e5f8eefd415969e085476cdf03b83a /usr.bin/kdump
parentb00098d1644d5be7704c07c287a709ab3736f42b (diff)
downloadsrc-1f7fcb28e6beba20bf5f90b1b0cbfd37c3ace61c.tar.gz
src-1f7fcb28e6beba20bf5f90b1b0cbfd37c3ace61c.zip
Unbreak buildworld.
(not waiting for an approval from mentor (julian) due to emergency)
Notes
Notes: svn path=/head/; revision=193177
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 7ca773dca9de..aa8c4807a1c5 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -41,6 +41,7 @@ BEGIN {
print "#include <sys/socket.h>"
print "#include <sys/time.h>"
print "#include <sys/tty.h>"
+ print "#include <sys/vimage.h>"
print "#include <bsm/audit.h>"
print "#include <net/ethernet.h>"
print "#include <net/if.h>"