aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-06 15:43:38 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-06 15:43:38 +0000
commit4bea08b20b2fc071c48e567e96189279b1f4b4a8 (patch)
tree8d55f50ee9836a0cf71da2a5241c6e8b1919ee9c /main
parent600ef623e5ac9803c89e428635b2b2075c8c3ffc (diff)
Add missing header file and ASTERISK_FILE_VERSION usage.
(closes issue #11936) Reported by: snuffy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@102653 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-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 8afe55a66..9b87b2cb4 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"