summaryrefslogtreecommitdiff
path: root/net/wireshark/patches/patch-extcap.c
blob: c121b5f2f0a8fb9a13c58c5eb9c181bdd9a5b29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-extcap.c,v 1.1 2016/09/12 10:59:55 wiz Exp $

Fix linking on NetBSD.

--- extcap.c.orig	2016-09-07 16:59:05.000000000 +0000
+++ extcap.c
@@ -35,6 +35,8 @@
 #else
 /* Include for unlink */
 #include <unistd.h>
+/* for WEXITSTATUS */
+#include <sys/wait.h>
 #endif
 
 #include <glib.h>