aboutsummaryrefslogtreecommitdiff
path: root/misc/pinfo/files/patch-src_utils.c
blob: 6031a8c66027b6c83f258b671c45fbf50b2f4510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/utils.c.orig	2021-07-01 13:24:17 UTC
+++ src/utils.c
@@ -24,6 +24,7 @@
 #include <regex.h>
 #include <ctype.h>
 #include <sys/select.h>
+#include <sys/wait.h>
 
 #ifdef USE_WCHAR
   #include <wchar.h>