summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 19:25:37 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 19:25:37 -0500
commit5e4c1a7975bba533fbfec868c962169ce49fe7d1 (patch)
treeda84aa715055d4fc47805e2c1fbbc0d0a177ec09
parentDefine rules for multi-object binaries (diff)
downloadstream-5e4c1a7975bba533fbfec868c962169ce49fe7d1.tar.gz
stream-5e4c1a7975bba533fbfec868c962169ce49fe7d1.zip
Add missing include
-rw-r--r--ptee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ptee.c b/ptee.c
index 0c93ab0..7dec8c1 100644
--- a/ptee.c
+++ b/ptee.c
@@ -20,6 +20,7 @@
 #include <pwd.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>
+#include <sys/wait.h>
 #include <sysexits.h>
 #include <termios.h>
 #include <unistd.h>