diff options
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" |