freebsd-ports/security/snoopy/files/patch-tests-bin-snoopy-test-exec-in-threads.c

11 lines
249 B
C

--- tests/bin/snoopy-test-exec-in-threads.c.orig 2020-12-07 03:14:46 UTC
+++ tests/bin/snoopy-test-exec-in-threads.c
@@ -31,7 +31,7 @@
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
-#include <wait.h>
+#include <sys/wait.h>