freebsd-ports/misc/pinfo/files/patch-src_utils.c

11 lines
209 B
C
Raw Normal View History

--- 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>