summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
Diffstat (limited to 'hl')
-rw-r--r--hl/src/lex.yy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/lex.yy.c b/hl/src/lex.yy.c
index 4917c21..74213dd 100644
--- a/hl/src/lex.yy.c
+++ b/hl/src/lex.yy.c
@@ -23,7 +23,7 @@
#define YY_FLEX_MINOR_VERSION 5
#include <stdio.h>
-#ifdef H5_HAVE_UNISTD_H
+#ifndef WIN32
#include <unistd.h>
#endif