summaryrefslogtreecommitdiff
path: root/res
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 /res
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 'res')
-rw-r--r--res/res_agi.c1
-rw-r--r--res/res_crypto.c1
-rw-r--r--res/res_monitor.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index d8df0791b..cbb8d9823 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -34,6 +34,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/wait.h>
#include <sys/stat.h>
+#include "asterisk/paths.h" /* use many ast_config_AST_*_DIR */
#include "asterisk/network.h"
#include "asterisk/file.h"
#include "asterisk/channel.h"
diff --git a/res/res_crypto.c b/res/res_crypto.c
index a5782f9f0..6903c388c 100644
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -34,6 +34,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include "asterisk/paths.h" /* use ast_config_AST_KEY_DIR */
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <dirent.h>
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 4a401a411..33906ef01 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -30,6 +30,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/stat.h>
#include <libgen.h>
+#include "asterisk/paths.h" /* use ast_config_AST_MONITOR_DIR */
#include "asterisk/lock.h"
#include "asterisk/channel.h"
#include "asterisk/file.h"