From debbe9747eb6eecfd79aab648212b55220922eb6 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 22 Sep 2005 20:46:58 +0000 Subject: First Rockbox version of ALAC decoder - porting to work in Rockbox environment and some simple (but significant) optimisations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7544 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libalac/demux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libalac/demux.h') diff --git a/apps/codecs/libalac/demux.h b/apps/codecs/libalac/demux.h index 62b949fa3b..27c9e826c5 100644 --- a/apps/codecs/libalac/demux.h +++ b/apps/codecs/libalac/demux.h @@ -1,7 +1,7 @@ #ifndef DEMUX_H #define DEMUX_H -#include +#include #include "stream.h" typedef uint32_t fourcc_t; -- cgit v1.2.3