summaryrefslogtreecommitdiff
path: root/main/ast_expr2.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-12-28 17:56:21 +0000
committerSteve Murphy <murf@digium.com>2006-12-28 17:56:21 +0000
commit6c7f4c1e3244a8f272d156dcfb3e2fb76725c215 (patch)
treeaac2ce8a2f2d7d9f1c35be7ecd3577885b0c8cf6 /main/ast_expr2.c
parent7231cc108a60c25c955d5f25df13584d37744124 (diff)
Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/ast_expr2.c')
-rw-r--r--main/ast_expr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.c b/main/ast_expr2.c
index bd152549b..5c1d9bf71 100644
--- a/main/ast_expr2.c
+++ b/main/ast_expr2.c
@@ -153,7 +153,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