ports/java/jmp/files/patch-instance_owners.c
Greg Lewis 01b84a40d6 . Update to 0.44.
PR:		72959
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-10-26 16:51:29 +00:00

15 lines
260 B
C

$FreeBSD$
--- instance_owners.c.orig Wed Jul 21 12:09:53 2004
+++ instance_owners.c Wed Oct 20 02:01:44 2004
@@ -14,6 +14,10 @@
#include <jmp-config.h>
#include <inttypes.h>
+#ifndef PRId32
+#define PRId32 "d"
+#endif
+
enum {
INFO,
OO_PARENT,