From c8a69e7c8a441c323f3f4adb4f73266a0fda3e9b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 25 Mar 2009 14:40:59 +0000 Subject: [PATCH] Merged revisions 184219 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r184219 | russell | 2009-03-25 09:33:32 -0500 (Wed, 25 Mar 2009) | 2 lines Include poll-compat.h ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@184221 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/timing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/timing.c b/main/timing.c index 0a58859b9f..c24db2e29f 100644 --- a/main/timing.c +++ b/main/timing.c @@ -38,6 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/time.h" #include "asterisk/heap.h" #include "asterisk/module.h" +#include "asterisk/poll-compat.h" struct timing_holder { /*! Do _not_ move this from the beginning of the struct. */