summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-20 23:16:15 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-20 23:16:15 +0000
commita23c055c3d54e586492c8c194c70ccb4e0c7f3ce (patch)
treeea80bd41afda40299e0292b8e1e1c2a0c0dbc80c /pbx/pbx_config.c
parent915b97d300c76c35b3fe480bd9a497f435297191 (diff)
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
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c1
1 files changed, 1 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"