Index: timed-thread.c
===================================================================
RCS file: /mono/mono/mono/io-layer/timed-thread.c,v
retrieving revision 1.11
diff -u -r1.11 timed-thread.c
--- timed-thread.c	14 Nov 2002 14:36:37 -0000	1.11
+++ timed-thread.c	15 Nov 2002 04:17:23 -0000
@@ -9,7 +9,9 @@
 
 #include <config.h>
 #include <glib.h>
+#ifdef HAVE_GC
 #include <mono/os/gc_wrapper.h>
+#endif
 #include <pthread.h>
 #ifdef HAVE_SEMAPHORE_H
 #include <semaphore.h>
