summaryrefslogtreecommitdiff
path: root/audio/zinf/files/patch-lib_xml_include_Parse.h
blob: c6165e95705b4cebfa714fea3b68d62e404bf409 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/xml/include/Parse.h.orig	2003-09-16 17:35:11 UTC
+++ lib/xml/include/Parse.h
@@ -31,7 +31,10 @@ ________________________________________
 #pragma warning(disable:4786)
 #endif
 
+#include <inttypes.h>
+#if HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <string>
 #include <map>