From 1897bcd13d6851873340778524f7248a057d3027 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 8 Apr 2003 15:54:24 +0000 Subject: [PATCH] [project @ 2003-04-08 15:54:24 by sof] if needs be, include Capability.h --- ghc/rts/win32/AwaitEvent.c | 3 +++ 1 file changed, 3 insertions(+) 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) -- 1.7.10.4