aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.y')
-rwxr-xr-xast_expr2.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/ast_expr2.y b/ast_expr2.y
index be78d4645..14c84e856 100755
--- a/ast_expr2.y
+++ b/ast_expr2.y
@@ -18,7 +18,11 @@
#include <string.h>
#include <locale.h>
#include <ctype.h>
+#ifndef SOLARIS
#include <err.h>
+#else
+#define quad_t uint64_t
+#endif
#include <errno.h>
#include <regex.h>
#include <limits.h>