From 2e5b9d587531766b0d22ec445b6b78ad684e55d0 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Sat, 24 Nov 2007 16:53:24 +0000 Subject: [PATCH] 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 --- main/app.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.2