From 82db5adb94788ac4056d8fee6a54efb065287131 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Wed, 6 Feb 2008 15:43:38 +0000 Subject: [PATCH] Add missing header file and ASTERISK_FILE_VERSION usage. (closes issue #11936) Reported by: snuffy git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@102653 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 8afe55a668..9b87b2cb43 100644 --- a/main/global_datastores.c +++ b/main/global_datastores.c @@ -23,6 +23,10 @@ * \author Mark Michelson */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/global_datastores.h" #include "asterisk/linkedlists.h"