[project @ 2003-04-08 15:54:24 by sof]
authorsof <unknown>
Tue, 8 Apr 2003 15:54:24 +0000 (15:54 +0000)
committersof <unknown>
Tue, 8 Apr 2003 15:54:24 +0000 (15:54 +0000)
if needs be, include Capability.h

ghc/rts/win32/AwaitEvent.c

index e6a551d..a8f73ff 100644 (file)
@@ -16,6 +16,9 @@
 #include "Schedule.h"
 #include <windows.h>
 #include "win32/AsyncIO.h"
+#if defined(RTS_SUPPORTS_THREADS)
+#include "Capability.h"
+#endif
 
 void
 awaitEvent(rtsBool wait)