mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
294 B
C++
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>
|
|
|