fix warning - bug #6
[cacao.git] / src / threads / native / threads.c
index 8325da39311b93054d533cdf8450ef6544e08738..6c027ca15ff317fa0a79a72f56f76cde8bd57e98 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: threads.c 3087 2005-07-20 19:16:17Z motse $
+   $Id: threads.c 3098 2005-07-22 10:54:35Z motse $
 
 */
 
@@ -144,6 +144,7 @@ static void setPriority(pthread_t tid, int priority)
 #include "machine-instr.h"
 
 static struct avl_table *criticaltree;
+threadobject *mainthreadobj;
 
 #ifndef HAVE___THREAD
 pthread_key_t tkey_threadinfo;