summaryrefslogtreecommitdiff
path: root/libc/stdlib/system.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-06 19:23:26 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-06 19:23:26 +0000
commitbf299c2d305f9310d908dcc3cf2073eeb882be01 (patch)
treed52468a88f22d118a97b332f5ebd865ad1289b71 /libc/stdlib/system.c
parentffb96c090015f49059d146deefbbd7e1f6baa642 (diff)
More stuff I forgot to commit.
-Erik
Diffstat (limited to 'libc/stdlib/system.c')
-rw-r--r--libc/stdlib/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c
index 74ac27b64..6c8a42dee 100644
--- a/libc/stdlib/system.c
+++ b/libc/stdlib/system.c
@@ -1,7 +1,8 @@
-
+#include <stdio.h>
#include <stddef.h>
#include <signal.h>
#include <unistd.h>
+#include <sys/wait.h>
int
system(command)