blob: 964484b6624b5537ab0ebdd5fec5e6ffffe81800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/arpspoof.c b/arpspoof.c
index ab127f9..681f809 100644
--- a/arpspoof.c
+++ b/arpspoof.c
@@ -23,6 +23,7 @@
#include <err.h>
#include <libnet.h>
#include <pcap.h>
+#include <net/ethernet.h>
#include "arp.h"
#include "version.h"
|