diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 21:52:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-17 21:52:34 -0800 |
commit | 441f524c0733208c22dd5c38091070abd4063ae6 (patch) | |
tree | 9973d17ac80533dcc52b93de78607492bfaf7b0d /stream.c | |
parent | 001920e1750a6fa121552fcbcb6c8bcbe5a2460e (diff) | |
download | txr-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |