From a23c055c3d54e586492c8c194c70ccb4e0c7f3ce Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 20 Nov 2007 23:16:15 +0000 Subject: move asterisk/paths.h outside asterisk.h and into those files who really need it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89466 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- cdr/cdr_csv.c | 1 + cdr/cdr_custom.c | 1 + cdr/cdr_sqlite3_custom.c | 1 + 3 files changed, 3 insertions(+) (limited to 'cdr') diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c index 06e03c972..2feda2fd2 100644 --- a/cdr/cdr_csv.c +++ b/cdr/cdr_csv.c @@ -34,6 +34,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include +#include "asterisk/paths.h" /* use ast_config_AST_LOG_DIR */ #include "asterisk/config.h" #include "asterisk/channel.h" #include "asterisk/cdr.h" diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c index dab0a1b9f..fbfb8d527 100644 --- a/cdr/cdr_custom.c +++ b/cdr/cdr_custom.c @@ -36,6 +36,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include +#include "asterisk/paths.h" /* use ast_config_AST_LOG_DIR */ #include "asterisk/channel.h" #include "asterisk/cdr.h" #include "asterisk/module.h" diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c index 780b252ff..11316c59f 100644 --- a/cdr/cdr_sqlite3_custom.c +++ b/cdr/cdr_sqlite3_custom.c @@ -43,6 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include +#include "asterisk/paths.h" /* use ast_config_AST_LOG_DIR */ #include "asterisk/channel.h" #include "asterisk/cdr.h" #include "asterisk/module.h" -- cgit v1.2.3