From: Tilghman Lesher Date: Wed, 4 Nov 2009 16:35:27 +0000 (+0000) Subject: mmichelson reported a compilation error related to codec bit expansion that should... X-Git-Tag: 11.0.0-beta1~3923 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1befcbe851ff8ebd5142fab4338952a6a16988;p=thirdparty%2Fasterisk.git 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 --- diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h index 88479519c9..a5c3b2248a 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" {