From cf6e8ae77e9c7ae60f3988a07e06d274a9385ecd Mon Sep 17 00:00:00 2001
From: Jason Parker <jparker@digium.com>
Date: Tue, 4 Dec 2007 18:09:28 +0000
Subject: [PATCH] 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
---
 main/global_datastores.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/main/global_datastores.c b/main/global_datastores.c
index 340e71de19..f43f4e2a4e 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"
 
-- 
GitLab