Note: the GTK+ UI is now gone. Qt 5 is all that remains. See https://www.wireshark.org/docs/relnotes/wireshark-3.0.0.html for a list of changes in this release.
10 lines
199 B
C
10 lines
199 B
C
--- 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
|