[svn-commits] file: branch 1.4 r102653 - /branches/1.4/main/global_datastores.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 6 09:43:38 CST 2008


Author: file
Date: Wed Feb  6 09:43:38 2008
New Revision: 102653

URL: http://svn.digium.com/view/asterisk?view=rev&rev=102653
Log:
Add missing header file and ASTERISK_FILE_VERSION usage.
(closes issue #11936)
Reported by: snuffy

Modified:
    branches/1.4/main/global_datastores.c

Modified: branches/1.4/main/global_datastores.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/global_datastores.c?view=diff&rev=102653&r1=102652&r2=102653
==============================================================================
--- branches/1.4/main/global_datastores.c (original)
+++ branches/1.4/main/global_datastores.c Wed Feb  6 09:43:38 2008
@@ -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 svn-commits mailing list