aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-08-29 12:18:39 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-08-29 12:18:39 +0000
commit27108a15114f6ee7fbfb7e8aa35187517f0a74de (patch)
tree3082faa6f830be5e14ecaaba06981cef5c903d5c /sys/netinet/ip_input.c
parent51b98897fae7b4c83fcfb91860c40d30c9f6b00c (diff)
downloadsrc-27108a15114f6ee7fbfb7e8aa35187517f0a74de.tar.gz
src-27108a15114f6ee7fbfb7e8aa35187517f0a74de.zip
Include the correct header for the IPSTEALTH option.
Notes
Notes: svn path=/head/; revision=50561
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 6cf40de7ab1f..68d7594dedce 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -41,6 +41,7 @@
#include "opt_ipdn.h"
#include "opt_ipdivert.h"
#include "opt_ipfilter.h"
+#include "opt_ipstealth.h"
#include <stddef.h>