diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1999-11-24 15:38:35 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1999-11-24 15:38:35 +0000 |
| commit | 80d3cdcb5661c9d53d2eeb49ada3defa39ee29e2 (patch) | |
| tree | a79f333a6fba8f871c58b2bce262c26133b38def /usr.bin/kdump | |
| parent | 3c6c025dba54cd09e011fef2ebc4cb99502e228d (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/mkioctls | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 86f1d88ad5b5..cbf2f0684a41 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -35,6 +35,12 @@ BEGIN { print "#include <netatm/atm_sap.h>" print "#include <netatm/atm_sys.h>" print "#include <netinet/in.h>" + print "#include <netinet/ip_compat.h>" + print "#include <netinet/ip_fil.h>" + print "#include <netinet/ip_auth.h>" + print "#include <netinet/ip_nat.h>" + print "#include <netinet/ip_frag.h>" + print "#include <netinet/ip_state.h>" print "#include <netinet/ip_mroute.h>" print "#include <cam/cam.h>" print "#include <stdio.h>" |
