From 7fc21b0272ad1e514c4461d10f75e1a79199f4c8 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 5 Jul 2010 07:06:53 +0000 Subject: Partial commit (final): Add missing headers, fixing gcc4.4 compile errors. --- server/src/saxparser.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/saxparser.cc') diff --git a/server/src/saxparser.cc b/server/src/saxparser.cc index 6861fab..4a1657c 100644 --- a/server/src/saxparser.cc +++ b/server/src/saxparser.cc @@ -28,6 +28,7 @@ #include "debug.h" #include +#include static void character_hndl(void *p, const XML_Char *s, int len) { -- cgit v1.2.3