summaryrefslogtreecommitdiff
path: root/res/res_agi.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 /res/res_agi.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 'res/res_agi.c')
-rw-r--r--res/res_agi.c1
1 files changed, 1 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"