put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined
authorBart De Schuymer <bdschuym@pandora.be>
Sat, 18 Dec 2010 16:15:49 +0000 (16:15 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Sat, 18 Dec 2010 16:15:49 +0000 (16:15 +0000)
extensions/ebt_among.c
extensions/ebt_arpreply.c
extensions/ebt_nat.c

index d6c6885..f90438e 100644 (file)
@@ -12,8 +12,8 @@
 #include <getopt.h>
 #include <ctype.h>
 #include <unistd.h>
-#include <netinet/ether.h>
 #include "../include/ebtables_u.h"
+#include <netinet/ether.h>
 #include "../include/ethernetdb.h"
 #include <linux/if_ether.h>
 #include <linux/netfilter_bridge/ebt_among.h>
index 0b81b1c..c3757f3 100644 (file)
@@ -10,9 +10,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <netinet/ether.h>
 #include <getopt.h>
 #include "../include/ebtables_u.h"
+#include <netinet/ether.h>
 #include <linux/netfilter_bridge/ebt_arpreply.h>
 
 static int mac_supplied;
index 8c4dab8..e6afbf8 100644 (file)
@@ -9,9 +9,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <netinet/ether.h>
 #include <getopt.h>
 #include "../include/ebtables_u.h"
+#include <netinet/ether.h>
 #include <linux/netfilter_bridge/ebt_nat.h>
 
 static int to_source_supplied, to_dest_supplied;