summaryrefslogtreecommitdiff
path: root/main/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'main/ast_expr2.y')
-rw-r--r--main/ast_expr2.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.y b/main/ast_expr2.y
index 85c34b2c9..79add0523 100644
--- a/main/ast_expr2.y
+++ b/main/ast_expr2.y
@@ -26,7 +26,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <unistd.h>
#include <ctype.h>
#if !defined(SOLARIS) && !defined(__CYGWIN__)
-#include <err.h>
+ /* #include <err.h> */
#else
#define quad_t int64_t
#endif