1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/zinf/files/patch-lib_xml_include_Parse.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

14 lines
294 B
C++

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