merge from amd64 branch

39059
ssprintf.cpp/xml.cpp: Fix compilation for gcc 4.4.0 and 64bits (Samuel Serapión)

svn path=/trunk/; revision=39418
This commit is contained in:
Timo Kreuzer
2009-02-05 18:57:59 +00:00
parent bf13eb0000
commit 9e98af0628
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "xml.h"
#include "ssprintf.h"