summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-06-08 16:18:34 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-06-08 16:18:34 -0500
commitf8348521370daa30f7e40868bcb1d8825332bb8a (patch)
tree120c3c27620734e2c961b78bc18abc9744eee956 /main
parentc9b873add8054ea18349cef972b1b12176e48807 (diff)
parent9c5a0b814b9fa6f7348cb7fbfdd0bc1204e72b77 (diff)
Merge "Fix #include poll.h and sys/cdefs.h" into 13
Diffstat (limited to 'main')
-rw-r--r--main/ast_expr2.c1
-rw-r--r--main/ast_expr2.y1
2 files changed, 2 insertions, 0 deletions
diff --git a/main/ast_expr2.c b/main/ast_expr2.c
index 798e3d3ce..a9e4eff44 100644
--- a/main/ast_expr2.c
+++ b/main/ast_expr2.c
@@ -93,6 +93,7 @@
#include "asterisk.h"
+#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>
diff --git a/main/ast_expr2.y b/main/ast_expr2.y
index 83d3effe3..869dfe9ea 100644
--- a/main/ast_expr2.y
+++ b/main/ast_expr2.y
@@ -14,6 +14,7 @@
#include "asterisk.h"
+#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdio.h>