From c6bbb0f690753bbbc7239658d52acc6061e6d172 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Mon, 7 Apr 2008 02:25:09 +0000 Subject: Fix sim for now. Eventually I should change the decoder to error out if theres a problem allocating huffman tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17013 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/bitstream.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs') diff --git a/apps/codecs/libwma/bitstream.c b/apps/codecs/libwma/bitstream.c index 9e3d186..618148b 100644 --- a/apps/codecs/libwma/bitstream.c +++ b/apps/codecs/libwma/bitstream.c @@ -28,6 +28,7 @@ */ #include "bitstream.h" +#include /** * Same as av_mallocz_static(), but does a realloc. -- cgit v1.1