From 250e173406fee0cc1524d0fd9025ac52264d0e30 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Wed, 13 Jan 2010 11:19:17 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@239676 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/poll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/poll.c b/main/poll.c index 62e681dca8..e52c117094 100644 --- a/main/poll.c +++ b/main/poll.c @@ -79,6 +79,7 @@ #include /* assertion macros */ #include /* string functions */ +#include "asterisk/utils.h" /* this package */ #include "asterisk/poll-compat.h" /* this package */ #ifdef AST_POLL_COMPAT -- 2.47.2