mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
14 lines
544 B
Text
14 lines
544 B
Text
--- ../sablevm-classpath-1.1.6/native/jni/gtk-peer/gthread-jni.c Mon Jul 19 08:49:17 2004
|
|
+++ ../sablevm-classpath-1.1.6/native/jni/gtk-peer/gthread-jni.c Mon Jul 26 16:22:55 2004
|
|
@@ -218,7 +218,11 @@
|
|
/* Global data */
|
|
/************************************************************************/
|
|
|
|
+#if defined HAVE_STDINT_H
|
|
#include <stdint.h> /* provides intptr_t */
|
|
+#elif defined HAVE_INTTYPES_H
|
|
+#include <inttypes.h>
|
|
+#endif
|
|
#include <stdarg.h> /* va_list */
|
|
#include "gthread-jni.h"
|
|
#include <assert.h> /* assert() */
|