Changed the makefile system to autoconf/automake.
[cacao.git] / src / threads / green / threads.h
index 5a8f1359a76996ec49d06d47de6f134a101f6ad0..862960a10aa1e3c2b0a202320e7b7e38f09deb7d 100644 (file)
 #ifndef __thread_h
 #define __thread_h
 
+#include "config.h"
+
 #ifdef USE_THREADS
 
-#include "../global.h"
+#include "global.h"
 
 #define MAXTHREADS              256          /* schani */