From: sof Date: Tue, 8 Apr 2003 15:54:24 +0000 (+0000) Subject: [project @ 2003-04-08 15:54:24 by sof] X-Git-Tag: Approx_11550_changesets_converted~984 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1897bcd13d6851873340778524f7248a057d3027;p=ghc-hetmet.git [project @ 2003-04-08 15:54:24 by sof] if needs be, include Capability.h --- diff --git a/ghc/rts/win32/AwaitEvent.c b/ghc/rts/win32/AwaitEvent.c index e6a551d..a8f73ff 100644 --- a/ghc/rts/win32/AwaitEvent.c +++ b/ghc/rts/win32/AwaitEvent.c @@ -16,6 +16,9 @@ #include "Schedule.h" #include #include "win32/AsyncIO.h" +#if defined(RTS_SUPPORTS_THREADS) +#include "Capability.h" +#endif void awaitEvent(rtsBool wait)