From e615ba8afcb858823af3a9ca19e4aed28e2ef33a Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 19 May 2005 11:09:27 +0000 Subject: [PATCH] [project @ 2005-05-19 11:09:27 by simonmar] Fix SMP build on Windows --- ghc/rts/win32/AsyncIO.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/win32/AsyncIO.c b/ghc/rts/win32/AsyncIO.c index 83797c4..91495d5 100644 --- a/ghc/rts/win32/AsyncIO.c +++ b/ghc/rts/win32/AsyncIO.c @@ -9,6 +9,7 @@ #include #include #include "Schedule.h" +#include "RtsFlags.h" #include "Capability.h" #include "win32/AsyncIO.h" #include "win32/IOManager.h" -- 1.7.10.4