[asterisk-commits] dlee: branch group/performance r399684 - /team/group/performance/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 24 14:11:01 CDT 2013
Author: dlee
Date: Tue Sep 24 14:10:59 2013
New Revision: 399684
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399684
Log:
Fix r399663 for dev mode
Modified:
team/group/performance/channels/chan_alsa.c
Modified: team/group/performance/channels/chan_alsa.c
URL: http://svnview.digium.com/svn/asterisk/team/group/performance/channels/chan_alsa.c?view=diff&rev=399684&r1=399683&r2=399684
==============================================================================
--- team/group/performance/channels/chan_alsa.c (original)
+++ team/group/performance/channels/chan_alsa.c Tue Sep 24 14:10:59 2013
@@ -62,6 +62,7 @@
#include "asterisk/abstract_jb.h"
#include "asterisk/musiconhold.h"
#include "asterisk/poll-compat.h"
+#include "asterisk/stasis_channels.h"
/*! Global jitterbuffer configuration - by default, jb is disabled
* \note Values shown here match the defaults shown in alsa.conf.sample */
More information about the asterisk-commits
mailing list