* src/vmcore/linker.c (build_display): Removed superfluous recursion; return
[cacao.git] / src / vm / jit / optimizing / recompile.c
index e661119e9dc2b29f151e7320b30bb43e5d009e3f..aa61989136de157bb5bf04a944fa5e4389a78fff 100644 (file)
@@ -1,6 +1,7 @@
 /* src/vm/jit/optimizing/recompile.c - recompilation system
 
    Copyright (C) 1996-2005, 2006, 2007, 2008
+   CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 
    This file is part of CACAO.
 
@@ -32,7 +33,7 @@
 #include "mm/memory.h"
 
 #include "threads/lock-common.h"
-#include "threads/threads-common.h"
+#include "threads/thread.h"
 
 #include "toolbox/list.h"