summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-17 21:52:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-17 21:52:34 -0800
commit441f524c0733208c22dd5c38091070abd4063ae6 (patch)
tree9973d17ac80533dcc52b93de78607492bfaf7b0d /stream.c
parent001920e1750a6fa121552fcbcb6c8bcbe5a2460e (diff)
downloadtxr-441f524c0733208c22dd5c38091070abd4063ae6.tar.gz
txr-441f524c0733208c22dd5c38091070abd4063ae6.tar.bz2
txr-441f524c0733208c22dd5c38091070abd4063ae6.zip
More removal of C99 wide character I/O, and tightening up
of standard conformance.
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.c b/stream.c
index b5b0816a..21b3806f 100644
--- a/stream.c
+++ b/stream.c
@@ -34,6 +34,7 @@
#include <errno.h>
#include <wchar.h>
#include <unistd.h>
+#include <sys/wait.h>
#include "lib.h"
#include "gc.h"
#include "unwind.h"