- we now build a libnat.a
[cacao.git] / src / native / vm / VMObject.c
index 9ce4f843b3d279620eb4424525b682241a54c7e7..34a67ab18e05b28ee2705c86d26a7f580c439a08 100644 (file)
@@ -1,5 +1,15 @@
 /* class: java/lang/Object */
 
+
+#include "jni.h"
+#include "builtin.h"
+#include "native.h"
+#include "mm/boehm.h"
+#include "threads/locks.h"
+#include "java_lang_Cloneable.h"
+#include "java_lang_Object.h"
+
+
 /*
  * Class:     java/lang/Object
  * Method:    clone
@@ -90,3 +100,15 @@ JNIEXPORT void JNICALL Java_java_lang_VMObject_wait ( JNIEnv *env , jclass clazz
 }
 
 
+/*
+ * These are local overrides for various environment variables in Emacs.
+ * Please do not remove this and leave it at the end of the file, where
+ * Emacs will automagically detect them.
+ * ---------------------------------------------------------------------
+ * Local variables:
+ * mode: c
+ * indent-tabs-mode: t
+ * c-basic-offset: 4
+ * tab-width: 4
+ * End:
+ */