From: simonmar Date: Thu, 19 May 2005 11:09:27 +0000 (+0000) Subject: [project @ 2005-05-19 11:09:27 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~512 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e615ba8afcb858823af3a9ca19e4aed28e2ef33a;p=ghc-hetmet.git [project @ 2005-05-19 11:09:27 by simonmar] Fix SMP build on Windows --- 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"