diff options
Diffstat (limited to 'net-mgmt/kismet/files/patch-packetsource__pcap.cc')
-rw-r--r-- | net-mgmt/kismet/files/patch-packetsource__pcap.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/kismet/files/patch-packetsource__pcap.cc b/net-mgmt/kismet/files/patch-packetsource__pcap.cc new file mode 100644 index 000000000000..ef6ee4339f52 --- /dev/null +++ b/net-mgmt/kismet/files/patch-packetsource__pcap.cc @@ -0,0 +1,10 @@ +--- packetsource_pcap.cc.orig 2016-07-02 18:06:10 UTC ++++ packetsource_pcap.cc +@@ -22,6 +22,7 @@ + #include <errno.h> + #include <fcntl.h> + #include <time.h> ++#include <net/bpf.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> |