Changed the makefile system to autoconf/automake.
[cacao.git] / threads / locks.c
index f921f47b7241f3853e7de07a6070aa3ec4b4f78e..e9a766e250d1b28f1458562454e111007053ac0d 100644 (file)
  * Written by Tim Wilkinson <tim@tjwassoc.demon.co.uk>, 1996.
  */
 
+#include "config.h"
+
 #include <assert.h>
 #include <stdio.h>
 
 #include "thread.h"
 #include "locks.h"
 
-#include "../tables.h"
-#include "../native.h"
-#include "../loader.h"
+#include "tables.h"
+#include "native.h"
+#include "loader.h"
 
 static classinfo *class_java_lang_IllegalMonitorStateException;