summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_among.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-12-18 16:15:49 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-12-18 16:15:49 +0000
commit57633b17a6bb4b737b13929dcc952fc04b92e0bd (patch)
treecc2e39045234a5f0fb8e6bebe97565c1dc0503e3 /extensions/ebt_among.c
parentdb01774849084cc63d47fda04d867c088586e3a4 (diff)
put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined
Diffstat (limited to 'extensions/ebt_among.c')
-rw-r--r--extensions/ebt_among.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c
index d6c6885..f90438e 100644
--- a/extensions/ebt_among.c
+++ b/extensions/ebt_among.c
@@ -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>