summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-11-04 16:35:27 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-11-04 16:35:27 +0000
commit8d1befcbe851ff8ebd5142fab4338952a6a16988 (patch)
tree7dd1f449980eb2ef8972a32954e14c4263eb8f68 /include/asterisk/pbx.h
parent562a18f5336ce6338d668d19005ae212f875e075 (diff)
mmichelson reported a compilation error related to codec bit expansion that should be resolved with a simple include of frame_defs.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227645 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 88479519c..a5c3b2248 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -29,6 +29,7 @@
#include "asterisk/hashtab.h"
#include "asterisk/stringfields.h"
#include "asterisk/xmldoc.h"
+#include "asterisk/frame_defs.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {