summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw_pfil.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-11-29 17:56:11 +0000
committerume <ume@FreeBSD.org>2005-11-29 17:56:11 +0000
commitaea275fca96384ee1e8df4508f5b030e56b75871 (patch)
tree8ae27279274281f9259e41a2310d66c79daddde6 /sys/netinet/ip_fw_pfil.c
parentf08da93e6a9a4d02628c965d5622705935e7468a (diff)
downloadFreeBSD-src-aea275fca96384ee1e8df4508f5b030e56b75871.zip
FreeBSD-src-aea275fca96384ee1e8df4508f5b030e56b75871.tar.gz
obey opt_inet6.h and opt_ipsec.h in kernel build directory.
Requested by: hrs
Diffstat (limited to 'sys/netinet/ip_fw_pfil.c')
-rw-r--r--sys/netinet/ip_fw_pfil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw_pfil.c b/sys/netinet/ip_fw_pfil.c
index ab1ff55..65fbf82 100644
--- a/sys/netinet/ip_fw_pfil.c
+++ b/sys/netinet/ip_fw_pfil.c
@@ -30,11 +30,11 @@
#include "opt_ipfw.h"
#include "opt_ipdn.h"
#include "opt_inet.h"
-#include "opt_inet6.h"
#ifndef INET
#error IPFIREWALL requires INET.
#endif /* INET */
#endif /* KLD_MODULE */
+#include "opt_inet6.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud