summaryrefslogtreecommitdiff
path: root/include/asterisk/ael_structs.h
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 /include/asterisk/ael_structs.h
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 'include/asterisk/ael_structs.h')
-rw-r--r--include/asterisk/ael_structs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/ael_structs.h b/include/asterisk/ael_structs.h
index 133c4266a..fa551bf91 100644
--- a/include/asterisk/ael_structs.h
+++ b/include/asterisk/ael_structs.h
@@ -25,6 +25,12 @@
#ifndef _ASTERISK_AEL_STRUCTS_H
#define _ASTERISK_AEL_STRUCTS_H
+/*
+ * We include asterisk/paths.h here because it is a convenient place
+ * that doesn't require us to rebuild ael files from .fl/.y
+ */
+#include "asterisk/paths.h"
+
#include "pval.h"
#if !defined(SOLARIS) && !defined(__CYGWIN__)