diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-28 06:02:35 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-28 06:02:35 +0000 |
commit | 78a423fe65f91c13d5cad8eb362255b462b39bf4 (patch) | |
tree | 4188b0882464fa4b3b63a08dc60cdf71763c0f0e /usr.bin/kdump | |
parent | 9d6636cdea25eeac89cbb85ae572c9d8b0747f6a (diff) |
Add necessary include files.
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/mkioctls | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 5d09cb4cc06..85f24874754 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.4 1999/02/26 17:01:33 jason Exp $ +# $OpenBSD: mkioctls,v 1.5 1999/12/28 06:02:34 angelos Exp $ # # Copyright (c) 1994 @@ -47,6 +47,8 @@ BEGIN { print "#include <netinet/if_ether.h>" print "#include <net/if_bridge.h>" print "#include <sys/termios.h>" + print "#include <netinet/ip_ipsp.h>" + print "#include <net/if_enc.h>" print "#define COMPAT_43" print "#include <sys/ioctl.h>" print "" |