summaryrefslogtreecommitdiff
path: root/audio/zinf/files/patch-lib-xml-include-Parse.h
blob: 934476874c468a95100b27bd4e13073eb865c87e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/xml/include/Parse.h.orig	Thu Feb 13 20:47:58 2003
+++ lib/xml/include/Parse.h	Mon Aug 18 17:37:07 2003
@@ -31,7 +31,10 @@
 #pragma warning(disable:4786)
 #endif
 
+#include <inttypes.h>
+#if HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <string>
 #include <map>