aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-16 00:43:11 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-16 00:43:11 +0000
commitce5dc688609ec9a944eac74b8ef216ed61ac6367 (patch)
tree1a4b0fcc3f57ef87b6e5d015804c51cd803e58a5 /main
parentdd92aff04681aae8653757dddfa855fac8070ce7 (diff)
Merged revisions 239665 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r239665 | oej | 2010-01-13 04:45:19 -0600 (Wed, 13 Jan 2010) | 2 lines MAX() moved to utils.h ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@240666 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/poll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/poll.c b/main/poll.c
index 62e681dca..e52c11709 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