diff options
Diffstat (limited to 'server/src/saxparser.cc')
-rw-r--r-- | server/src/saxparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> +#include <stdio.h> static void character_hndl(void *p, const XML_Char *s, int len) { |