summaryrefslogtreecommitdiff
path: root/main/global_datastores.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-12-04 18:09:28 +0000
committerJason Parker <jparker@digium.com>2007-12-04 18:09:28 +0000
commitcf6e8ae77e9c7ae60f3988a07e06d274a9385ecd (patch)
tree055d6989804a157b90dcd938c0244e32644a803b /main/global_datastores.c
parent5d1fb935bacde6cf986ad92ef97abc4e69f3859b (diff)
Fix build, that some people aren't seeing for some reason.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"