diff options
Diffstat (limited to 'net-mgmt/ettercap/files/patch-include-ec.h')
-rw-r--r-- | net-mgmt/ettercap/files/patch-include-ec.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/ettercap/files/patch-include-ec.h b/net-mgmt/ettercap/files/patch-include-ec.h new file mode 100644 index 000000000000..a79e660c8459 --- /dev/null +++ b/net-mgmt/ettercap/files/patch-include-ec.h @@ -0,0 +1,11 @@ +--- include/ec.h.orig 2013-09-12 04:18:45.000000000 +0800 ++++ include/ec.h 2013-10-22 03:14:56.006394661 +0800 +@@ -12,6 +12,8 @@ + #include <stdbool.h> + #include <stdlib.h> + ++#include <net/bpf.h> ++ + #ifdef OS_WINDOWS + #include <windows.h> + #endif |