summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_arpreply.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_arpreply.c')
-rw-r--r--extensions/ebt_arpreply.c2
1 files changed, 1 insertions, 1 deletions
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 <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;