aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/files/patch-extcap.c
blob: 0833a6648f708982d1bd8b6d8dceb54fdba53066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- extcap.c.orig	2019-02-28 17:56:38 UTC
+++ extcap.c
@@ -21,6 +21,7 @@
 #include <process.h>
 #include <time.h>
 #else
+#include <sys/wait.h>
 /* Include for unlink */
 #include <unistd.h>
 #endif