* src/native/jni.hpp: We typedef the JNI types to the CACAO internal
[cacao.git] / tests / regression / native / checkjni.c
index 68337d49ee1d958b82d7e8cf034ec58696795c51..5d7eca6246a7aadfd587534a72129e49462d53c0 100644 (file)
@@ -28,7 +28,8 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "native/jni.hpp"
+#include INCLUDE_JNI_MD_H
+#include INCLUDE_JNI_H
 
 
 JNIEXPORT jboolean JNICALL Java_checkjni_IsAssignableFrom(JNIEnv *env, jclass clazz, jclass sub, jclass sup)