From 28630efa5e905f501f267e5e105d184ec5dd379a Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 10 Sep 2009 09:34:52 +0000 Subject: Some changes regharding minimizing the memory usage when loading audio files. --- src/saxparser.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/saxparser.cc') diff --git a/src/saxparser.cc b/src/saxparser.cc index 89f426b..19c6142 100644 --- a/src/saxparser.cc +++ b/src/saxparser.cc @@ -25,6 +25,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include "saxparser.h" +#include static void character_hndl(void *p, const XML_Char *s, int len) { -- cgit v1.2.3