summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-07-26 00:19:58 +0000
committerume <ume@FreeBSD.org>2005-07-26 00:19:58 +0000
commitb7e0fb45da1c58523462bcf290da79b57362df09 (patch)
tree155b84e4e9b3395f11fcd94825de8b8d62dc3c78 /sys
parent4bf88ad8427275769fe5ded4baa1d99b9d3c924e (diff)
downloadFreeBSD-src-b7e0fb45da1c58523462bcf290da79b57362df09.zip
FreeBSD-src-b7e0fb45da1c58523462bcf290da79b57362df09.tar.gz
include scope6_var.h for in6_clearscope().
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_fw2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index 4793164..807f48d 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -87,6 +87,9 @@
#include <netinet/ip6.h>
#include <netinet/icmp6.h>
+#ifdef INET6
+#include <netinet6/scope6_var.h>
+#endif
#include <netinet/if_ether.h> /* XXX for ETHERTYPE_IP */
OpenPOWER on IntegriCloud