[asterisk-commits] russell: branch 1.6.2 r184221 - in /branches/1.6.2: ./ main/timing.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 25 09:41:03 CDT 2009


Author: russell
Date: Wed Mar 25 09:40:59 2009
New Revision: 184221

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184221
Log:
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

........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/timing.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Wed Mar 25 09:40:59 2009
@@ -1,1 +1,1 @@
-/trunk:1-182359,182408,182450,182525,182530,182553,182722,182847,183028,183057,183108,183117,183242,183244,183321,183511,183560,183701,183766,183865,183914,184037,184043,184079,184147,184151
+/trunk:1-182359,182408,182450,182525,182530,182553,182722,182847,183028,183057,183108,183117,183242,183244,183321,183511,183560,183701,183766,183865,183914,184037,184043,184079,184147,184151,184219

Modified: branches/1.6.2/main/timing.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/main/timing.c?view=diff&rev=184221&r1=184220&r2=184221
==============================================================================
--- branches/1.6.2/main/timing.c (original)
+++ branches/1.6.2/main/timing.c Wed Mar 25 09:40:59 2009
@@ -38,6 +38,7 @@
 #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. */




More information about the asterisk-commits mailing list