aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/dsniff/0004-arpspoof-mac-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/dsniff/0004-arpspoof-mac-include.patch')
-rw-r--r--unmaintained/dsniff/0004-arpspoof-mac-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/dsniff/0004-arpspoof-mac-include.patch b/unmaintained/dsniff/0004-arpspoof-mac-include.patch
new file mode 100644
index 00000000000..964484b6624
--- /dev/null
+++ b/unmaintained/dsniff/0004-arpspoof-mac-include.patch
@@ -0,0 +1,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"