[svn-commits] qwell: branch qwell/codec_consistency_fix r147103 - /team/qwell/codec_consist...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 7 10:23:47 CDT 2008


Author: qwell
Date: Tue Oct  7 10:23:47 2008
New Revision: 147103

URL: http://svn.digium.com/view/asterisk?view=rev&rev=147103
Log:
Add missing header

Modified:
    team/qwell/codec_consistency_fix/codecs/codec_g722.c

Modified: team/qwell/codec_consistency_fix/codecs/codec_g722.c
URL: http://svn.digium.com/view/asterisk/team/qwell/codec_consistency_fix/codecs/codec_g722.c?view=diff&rev=147103&r1=147102&r2=147103
==============================================================================
--- team/qwell/codec_consistency_fix/codecs/codec_g722.c (original)
+++ team/qwell/codec_consistency_fix/codecs/codec_g722.c Tue Oct  7 10:23:47 2008
@@ -50,6 +50,7 @@
 
 #include "g722/g722.h"
 #include "slin_ex.h"
+#include "slin16_ex.h"
 #include "g722_ex.h"
 
 struct g722_encoder_pvt {




More information about the svn-commits mailing list