aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ipfw.c
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2010-01-07 14:23:19 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2010-01-07 14:23:19 +0000
commit1aa0091897c0b9c27438f1a8f801f483f31cf952 (patch)
tree7a36dfb70e55e7d86e284bd405b23a52051c3a19 /sys/netgraph/ng_ipfw.c
parent5afa29b41a4f1b1e28574c1639512745938ffe36 (diff)
downloadsrc-1aa0091897c0b9c27438f1a8f801f483f31cf952.tar.gz
src-1aa0091897c0b9c27438f1a8f801f483f31cf952.zip
ip_var.h now needs to be before ip_fw_private.h
Notes
Notes: svn path=/head/; revision=201748
Diffstat (limited to 'sys/netgraph/ng_ipfw.c')
-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 0112f66b69d0..537040a8ff82 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>