From 57633b17a6bb4b737b13929dcc952fc04b92e0bd Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 18 Dec 2010 16:15:49 +0000 Subject: put include of ebtables_u.h higher so that __EXPORTED_HEADERS__ is defined --- extensions/ebt_arpreply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/ebt_arpreply.c') diff --git a/extensions/ebt_arpreply.c b/extensions/ebt_arpreply.c index 0b81b1c..c3757f3 100644 --- a/extensions/ebt_arpreply.c +++ b/extensions/ebt_arpreply.c @@ -10,9 +10,9 @@ #include #include #include -#include #include #include "../include/ebtables_u.h" +#include #include static int mac_supplied; -- cgit v1.2.3