aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.y')
-rwxr-xr-xast_expr2.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast_expr2.y b/ast_expr2.y
index 9aab0f164..15da7ecb8 100755
--- a/ast_expr2.y
+++ b/ast_expr2.y
@@ -18,7 +18,7 @@
#include <string.h>
#include <locale.h>
#include <ctype.h>
-#ifndef SOLARIS
+#if !defined(SOLARIS) && !defined(__CYGWIN__)
#include <err.h>
#else
#define quad_t int64_t