From: Steve Murphy Date: Sat, 24 Nov 2007 16:53:24 +0000 (+0000) Subject: Added include to allow trunk to compile. Hope this doesn't louse thing up. X-Git-Tag: 1.6.0-beta1~3^2~685 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5b9d587531766b0d22ec445b6b78ad684e55d0;p=thirdparty%2Fasterisk.git Added include to allow trunk to compile. Hope this doesn't louse thing up. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89544 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/app.c b/main/app.c index 6d531d7b70..fd286fa172 100644 --- a/main/app.c +++ b/main/app.c @@ -31,6 +31,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #endif #include +#include /* added this to allow to compile, sorry! */ #include "asterisk/paths.h" /* use ast_config_AST_DATA_DIR */ #include "asterisk/channel.h"