]> git.sesse.net Git - vlc/commitdiff
* speex: missing <vlc/input.h> include.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 22 Jun 2004 20:32:10 +0000 (20:32 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 22 Jun 2004 20:32:10 +0000 (20:32 +0000)
modules/codec/speex.c

index c8f92db510166aaf6098f6e995d1279690975d2f..3774cd88f910a815cff6b5dbea20a5094c3e7c78 100755 (executable)
@@ -26,6 +26,7 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 #include <vlc/decoder.h>
+#include <vlc/input.h>
 
 #include <ogg/ogg.h>
 #include <speex.h>