diff options
author | simonmar <unknown> | 2005-05-19 11:09:27 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-05-19 11:09:27 +0000 |
commit | e615ba8afcb858823af3a9ca19e4aed28e2ef33a (patch) | |
tree | 9ae2b4953612abe1492d6e6800af24f3055d6fb5 /ghc/rts/win32/AsyncIO.c | |
parent | f7ccc07816e862902d217ec37a6bcff5889b786c (diff) | |
download | haskell-e615ba8afcb858823af3a9ca19e4aed28e2ef33a.tar.gz |
[project @ 2005-05-19 11:09:27 by simonmar]
Fix SMP build on Windows
Diffstat (limited to 'ghc/rts/win32/AsyncIO.c')
-rw-r--r-- | ghc/rts/win32/AsyncIO.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/rts/win32/AsyncIO.c b/ghc/rts/win32/AsyncIO.c index 83797c454d..91495d5e8c 100644 --- a/ghc/rts/win32/AsyncIO.c +++ b/ghc/rts/win32/AsyncIO.c @@ -9,6 +9,7 @@ #include <windows.h> #include <stdio.h> #include "Schedule.h" +#include "RtsFlags.h" #include "Capability.h" #include "win32/AsyncIO.h" #include "win32/IOManager.h" |