summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 53ab04c4..e4e0bed2 100644
--- a/stream.c
+++ b/stream.c
@@ -35,7 +35,7 @@
#include <ctype.h>
#include <wchar.h>
#include "config.h"
-#if HAVE_SYS_WAIT || HAVE_SYS_STAT || HAVE_FORK_STUFF || HAVE_POSIX_SLEEP
+#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <float.h>