summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2010-01-07 10:27:52 +0000
committerluigi <luigi@FreeBSD.org>2010-01-07 10:27:52 +0000
commitf1fcae96add4034bc2e513e4a13d14851c00d0b4 (patch)
treeb26c337dfe05245641c45ecf35b5a6e13b5543be /sys/net/if_ethersubr.c
parent6ea737556ed9121013e65ed97640cd0ad7488c34 (diff)
downloadFreeBSD-src-f1fcae96add4034bc2e513e4a13d14851c00d0b4.zip
FreeBSD-src-f1fcae96add4034bc2e513e4a13d14851c00d0b4.tar.gz
put ip_var before ip_fw_private.h as this will be needed in
the near future
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 7b32e5b..ac2ab05 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -70,10 +70,10 @@
#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netinet/if_ether.h>
+#include <netinet/ip_var.h>
#include <netinet/ip_fw.h>
#include <netinet/ipfw/ip_fw_private.h>
#include <netinet/ip_dummynet.h>
-#include <netinet/ip_var.h>
#endif
#ifdef INET6
#include <netinet6/nd6.h>
OpenPOWER on IntegriCloud