aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 23:16:15 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 23:16:15 +0000
commit89d8d786527a6e9ee00c8c8ad1f1954114a9441d (patch)
treeea80bd41afda40299e0292b8e1e1c2a0c0dbc80c /pbx
parent8d3385f5344604e2e8f31eee7bf565e88778500b (diff)
move asterisk/paths.h outside asterisk.h and into those files
who really need it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89466 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_config.c1
-rw-r--r--pbx/pbx_spool.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 42e60af77..442d3e1d5 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -29,6 +29,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <ctype.h>
+#include "asterisk/paths.h" /* ast_config_AST_CONFIG_DIR */
#include "asterisk/pbx.h"
#include "asterisk/config.h"
#include "asterisk/options.h"
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index 31726526a..9b64df721 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -31,6 +31,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <utime.h>
#include <dirent.h>
+#include "asterisk/paths.h" /* use ast_config_AST_SPOOL_DIR */
#include "asterisk/lock.h"
#include "asterisk/file.h"
#include "asterisk/logger.h"