summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-02-03 22:11:53 +0000
committeralc <alc@FreeBSD.org>2007-02-03 22:11:53 +0000
commitd7099516c9d7ff9d65156d16226e0a40afa9dbf2 (patch)
treedee0ced38eb69605d31f6eccf999b546a19ad8f6 /sys/netinet/ip_fw2.c
parentc6ea5290e2413d5a461205acfa682462b487176a (diff)
downloadFreeBSD-src-d7099516c9d7ff9d65156d16226e0a40afa9dbf2.zip
FreeBSD-src-d7099516c9d7ff9d65156d16226e0a40afa9dbf2.tar.gz
Include opt_ipdivert.h so that the message announcing ipfw correctly
describes the state of IPDIVERT.
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index d2e688f..ce6a066 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -34,6 +34,7 @@
#if !defined(KLD_MODULE)
#include "opt_ipfw.h"
+#include "opt_ipdivert.h"
#include "opt_ipdn.h"
#include "opt_inet.h"
#ifndef INET
OpenPOWER on IntegriCloud