X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2Fgreen%2Flocks.c;h=e9a766e250d1b28f1458562454e111007053ac0d;hb=f730b8c3c57cd8f7da6aa8e5d3de85b51f7d4362;hp=f921f47b7241f3853e7de07a6070aa3ec4b4f78e;hpb=ecf0b3503dc53932fd1f91fd6370208c30028bc8;p=cacao.git diff --git a/src/threads/green/locks.c b/src/threads/green/locks.c index f921f47b7..e9a766e25 100644 --- a/src/threads/green/locks.c +++ b/src/threads/green/locks.c @@ -12,15 +12,17 @@ * Written by Tim Wilkinson , 1996. */ +#include "config.h" + #include #include #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;