[asterisk-commits] qwell: trunk r90927 - /trunk/main/global_datastores.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 4 12:09:28 CST 2007


Author: qwell
Date: Tue Dec  4 12:09:28 2007
New Revision: 90927

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90927
Log:
Fix build, that some people aren't seeing for some reason.

Modified:
    trunk/main/global_datastores.c

Modified: trunk/main/global_datastores.c
URL: http://svn.digium.com/view/asterisk/trunk/main/global_datastores.c?view=diff&rev=90927&r1=90926&r2=90927
==============================================================================
--- trunk/main/global_datastores.c (original)
+++ trunk/main/global_datastores.c Tue Dec  4 12:09:28 2007
@@ -22,6 +22,10 @@
  *
  * \author Mark Michelson <mmichelson at digium.com>
  */
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include "asterisk/global_datastores.h"
 #include "asterisk/linkedlists.h"




More information about the asterisk-commits mailing list