[xiph-commits] r14105 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Tue Nov 6 03:56:00 PST 2007


Author: jm
Date: 2007-11-06 03:56:00 -0800 (Tue, 06 Nov 2007)
New Revision: 14105

Modified:
   trunk/speex/libspeex/buffer.c
Log:
Forgot to include config.h


Modified: trunk/speex/libspeex/buffer.c
===================================================================
--- trunk/speex/libspeex/buffer.c	2007-11-06 08:39:53 UTC (rev 14104)
+++ trunk/speex/libspeex/buffer.c	2007-11-06 11:56:00 UTC (rev 14105)
@@ -31,6 +31,11 @@
    POSSIBILITY OF SUCH DAMAGE.
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
 #include "os_support.h"
 #include "misc.h"
 #include <speex/speex_buffer.h>



More information about the commits mailing list