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
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 <codecs/lib/codeclib.h>
 
 /**
  * Same as av_mallocz_static(), but does a realloc.