* src/native/jni.hpp: We typedef the JNI types to the CACAO internal
[cacao.git] / tests / regression / native / testarguments.c
index 8c95c8a697aa66acc75fe46c6c6723717ad0d8d0..d2b3f36c37b57825c9e00ff5b176ba7e4e47feb8 100644 (file)
 
 #include "config.h"
 
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "native/jni.hpp"
+#include INCLUDE_JNI_MD_H
+#include INCLUDE_JNI_H
 
 
 JNIEXPORT jobject JNICALL Java_testarguments_adr(JNIEnv *env, jclass clazz, jint i)