From 2d0bc470bd489820ff63a4b58ba8a52a524bed7a Mon Sep 17 00:00:00 2001 From: luigi Date: Thu, 7 Jan 2010 14:23:19 +0000 Subject: [PATCH] ip_var.h now needs to be before ip_fw_private.h --- sys/netgraph/ng_ipfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include +#include #include #include #include -#include #include #include