summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream.c b/stream.c
index a57f9280..0993ef97 100644
--- a/stream.c
+++ b/stream.c
@@ -43,7 +43,7 @@
#ifdef __CYGWIN__
#include <sys/utsname.h>
#endif
-#if HAVE_FCNTL_H
+#if HAVE_FCNTL
#include <fcntl.h>
#endif
#include <float.h>
@@ -4126,7 +4126,7 @@ val open_process(val name, val mode_str, val args)
free(argv[i]);
free(argv);
-#if HAVE_FCNTL_H
+#if HAVE_FCNTL
fcntl(whichfd, F_SETFD, FD_CLOEXEC);
#endif