Author: luigi Date: Thu Jan 7 14:23:19 2010 New Revision: 201748 URL: http://svn.freebsd.org/changeset/base/201748
Log: ip_var.h now needs to be before ip_fw_private.h Modified: head/sys/netgraph/ng_ipfw.c Modified: head/sys/netgraph/ng_ipfw.c ============================================================================== --- head/sys/netgraph/ng_ipfw.c Thu Jan 7 14:15:34 2010 (r201747) +++ head/sys/netgraph/ng_ipfw.c Thu Jan 7 14:23:19 2010 (r201748) @@ -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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
