[xiph-commits] r10788 - trunk/speex/include/speex

jm at svn.xiph.org jm at svn.xiph.org
Wed Feb 8 16:49:37 PST 2006


Author: jm
Date: 2006-02-08 16:49:35 -0800 (Wed, 08 Feb 2006)
New Revision: 10788

Modified:
   trunk/speex/include/speex/speex_echo.h
Log:
include a global header instead of misc.h


Modified: trunk/speex/include/speex/speex_echo.h
===================================================================
--- trunk/speex/include/speex/speex_echo.h	2006-02-08 22:40:22 UTC (rev 10787)
+++ trunk/speex/include/speex/speex_echo.h	2006-02-09 00:49:35 UTC (rev 10788)
@@ -34,7 +34,7 @@
 #ifndef SPEEX_ECHO_H
 #define SPEEX_ECHO_H
 
-#include "misc.h"
+#include "speex/speex_types.h"
 
 #ifdef __cplusplus
 extern "C" {



More information about the commits mailing list