aboutsummaryrefslogtreecommitdiffstats
path: root/main/global_datastores.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-04 18:09:28 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-04 18:09:28 +0000
commit125f5f67544ee3d3f5c3b9ed6ee0ced6e02420df (patch)
tree055d6989804a157b90dcd938c0244e32644a803b /main/global_datastores.c
parent48f394751c1a71757d63c3d6c8a75a63d84a3822 (diff)
Fix build, that some people aren't seeing for some reason.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@90927 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/global_datastores.c')
-rw-r--r--main/global_datastores.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/global_datastores.c b/main/global_datastores.c
index 340e71de1..f43f4e2a4 100644
--- a/main/global_datastores.c
+++ b/main/global_datastores.c
@@ -23,6 +23,10 @@
* \author Mark Michelson <mmichelson@digium.com>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/global_datastores.h"
#include "asterisk/linkedlists.h"