summaryrefslogtreecommitdiff
path: root/ast_expr2.fl
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.fl')
-rwxr-xr-xast_expr2.fl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ast_expr2.fl b/ast_expr2.fl
index fc56994ee..452d28f3c 100755
--- a/ast_expr2.fl
+++ b/ast_expr2.fl
@@ -5,7 +5,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>