aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-13 10:48:16 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-13 10:48:16 +0000
commitd005a08746f9a50dc0b5b3bbe971639e6e5cb03b (patch)
treed696371162133729941e839c070b5473c74b7987 /main
parent4ee7f61f70e12e457a2b8f3244cc019fd3623156 (diff)
Merged revisions 239665 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r239665 | oej | 2010-01-13 11:45:19 +0100 (Ons, 13 Jan 2010) | 2 lines MAX() moved to utils.h ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@239666 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