From aea275fca96384ee1e8df4508f5b030e56b75871 Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 29 Nov 2005 17:56:11 +0000 Subject: obey opt_inet6.h and opt_ipsec.h in kernel build directory. Requested by: hrs --- sys/netinet/ip_fw_pfil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/ip_fw_pfil.c') 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 #include -- cgit v1.1