summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/wait.c')
-rw-r--r--libc/sysdeps/linux/common/wait.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/wait.c b/libc/sysdeps/linux/common/wait.c
index 6520013f0..13f9e148e 100644
--- a/libc/sysdeps/linux/common/wait.c
+++ b/libc/sysdeps/linux/common/wait.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include <syscall.h>
#include <sys/types.h>
#include <sys/wait.h>