summaryrefslogtreecommitdiff
path: root/net/wireshark/files/patch-extcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/files/patch-extcap.c')
-rw-r--r--net/wireshark/files/patch-extcap.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/wireshark/files/patch-extcap.c b/net/wireshark/files/patch-extcap.c
new file mode 100644
index 000000000000..29c1f729f941
--- /dev/null
+++ b/net/wireshark/files/patch-extcap.c
@@ -0,0 +1,10 @@
+--- extcap.c.orig 2016-09-12 21:16:52 UTC
++++ extcap.c
+@@ -33,6 +33,7 @@
+ #include <process.h>
+ #include <time.h>
+ #else
++#include <sys/wait.h>
+ /* Include for unlink */
+ #include <unistd.h>
+ #endif