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

jm at svn.xiph.org jm at svn.xiph.org
Sat May 5 22:34:35 PDT 2007


Author: jm
Date: 2007-05-05 22:34:35 -0700 (Sat, 05 May 2007)
New Revision: 12921

Modified:
   trunk/speex/libspeex/medfilter.c
Log:
include config.h (even though this isn't supposed to be used)


Modified: trunk/speex/libspeex/medfilter.c
===================================================================
--- trunk/speex/libspeex/medfilter.c	2007-05-05 15:17:09 UTC (rev 12920)
+++ trunk/speex/libspeex/medfilter.c	2007-05-06 05:34:35 UTC (rev 12921)
@@ -32,6 +32,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "medfilter.h"
 #include "misc.h"
 



More information about the commits mailing list