We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c7abb commit 5b8e83eCopy full SHA for 5b8e83e
src/os/unix/process-wrappers.c
@@ -26,7 +26,7 @@
26
#include <stdio.h>
27
#include <stdlib.h>
28
#include <unistd.h>
29
-#include <wait.h>
+#include <sys/wait.h>
30
#include <signal.h>
31
32
typedef long long int sint_64;
0 commit comments