summaryrefslogtreecommitdiff
path: root/src/saxparser.cc
diff options
context:
space:
mode:
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)
{