From: Jason Parker Date: Tue, 4 Dec 2007 18:09:28 +0000 (+0000) Subject: Fix build, that some people aren't seeing for some reason. X-Git-Tag: 1.6.0-beta1~3^2~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6e8ae77e9c7ae60f3988a07e06d274a9385ecd;p=thirdparty%2Fasterisk.git 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 --- 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 */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include "asterisk/global_datastores.h" #include "asterisk/linkedlists.h"