summaryrefslogtreecommitdiff
path: root/main/poll.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2010-01-13 10:45:19 +0000
committerOlle Johansson <oej@edvina.net>2010-01-13 10:45:19 +0000
commitc300b12b185573a9db7506203de0e6d3d63a7bd3 (patch)
tree4e0daad803bdc3869b2b2630dc9e706d86864f3e /main/poll.c
parentc15a6677334add4f044d725bcd4e61404f8cf10c (diff)
MAX() moved to utils.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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