freebsd-ports/audio/zinf/files/patch-lib-xml-include-Parse.h
Edwin Groothuis e95a885a95 Update port: audio/zinf to 2.2.4
- Update to version 2.2.4

PR:		ports/57001
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 03:59:35 +00:00

13 lines
279 B
C++

--- 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>