summaryrefslogtreecommitdiff
path: root/src/saxparser.cc
diff options
context:
space:
mode:
authordeva <deva>2009-09-10 09:34:52 +0000
committerdeva <deva>2009-09-10 09:34:52 +0000
commit28630efa5e905f501f267e5e105d184ec5dd379a (patch)
tree0e832d4ec5d3dd15a8c5107d116f742e43ed85a3 /src/saxparser.cc
parent2b9c45b9bb1c70908c3e753425247d8eeb38afdf (diff)
Some changes regharding minimizing the memory usage when loading audio files.
Diffstat (limited to 'src/saxparser.cc')
-rw-r--r--src/saxparser.cc1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
static void character_hndl(void *p, const XML_Char *s, int len)
{