diff options
Diffstat (limited to 'unmaintained/dsniff/0004-arpspoof-mac-include.patch')
-rw-r--r-- | unmaintained/dsniff/0004-arpspoof-mac-include.patch | 12 |
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 0000000000..964484b662 --- /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" |