From: Joshua Colp Date: Wed, 6 Feb 2008 15:43:38 +0000 (+0000) Subject: Add missing header file and ASTERISK_FILE_VERSION usage. X-Git-Tag: 1.4.19~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82db5adb94788ac4056d8fee6a54efb065287131;p=thirdparty%2Fasterisk.git 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 --- 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"