[asterisk-commits] russell: trunk r184219 - /trunk/main/timing.c

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


Author: russell
Date: Wed Mar 25 09:33:32 2009
New Revision: 184219

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184219
Log:
Include poll-compat.h

Modified:
    trunk/main/timing.c

Modified: trunk/main/timing.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/main/timing.c?view=diff&rev=184219&r1=184218&r2=184219
==============================================================================
--- trunk/main/timing.c (original)
+++ trunk/main/timing.c Wed Mar 25 09:33:32 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