aboutsummaryrefslogtreecommitdiffstats
path: root/main/poll.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-13 10:45:19 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-13 10:45:19 +0000
commitc36ddcfa8a8ff8094902a5ac57f93a770edf9c3a (patch)
tree4e0daad803bdc3869b2b2630dc9e706d86864f3e /main/poll.c
parent1e093315b06d3e236167bcddf2c53c4689e7ac0d (diff)
MAX() moved to utils.h
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@239665 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/poll.c')
-rw-r--r--main/poll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/poll.c b/main/poll.c
index fb0ccb2ac..d10639077 100644
--- a/main/poll.c
+++ b/main/poll.c
@@ -79,6 +79,7 @@
#include <assert.h> /* assertion macros */
#include <string.h> /* string functions */
+#include "asterisk/utils.h" /* this package */
#include "asterisk/poll-compat.h" /* this package */
#ifdef AST_POLL_COMPAT