summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2010-01-07 14:23:19 +0000
committerluigi <luigi@FreeBSD.org>2010-01-07 14:23:19 +0000
commit2d0bc470bd489820ff63a4b58ba8a52a524bed7a (patch)
tree7a36dfb70e55e7d86e284bd405b23a52051c3a19 /sys/netgraph
parent51e5ccee248ecda1afa0003b24f5e0da1d00a496 (diff)
downloadFreeBSD-src-2d0bc470bd489820ff63a4b58ba8a52a524bed7a.zip
FreeBSD-src-2d0bc470bd489820ff63a4b58ba8a52a524bed7a.tar.gz
ip_var.h now needs to be before ip_fw_private.h
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_ipfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ipfw.c b/sys/netgraph/ng_ipfw.c
index 0112f66..537040a 100644
--- a/sys/netgraph/ng_ipfw.c
+++ b/sys/netgraph/ng_ipfw.c
@@ -43,10 +43,10 @@
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/in_var.h>
+#include <netinet/ip_var.h>
#include <netinet/ip_fw.h>
#include <netinet/ipfw/ip_fw_private.h>
#include <netinet/ip.h>
-#include <netinet/ip_var.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_parse.h>
OpenPOWER on IntegriCloud