Remove warning: Correct includes for mingw
authorEsa Ilari Vuokko <ei@vuokko.info>
Sun, 13 Aug 2006 00:22:16 +0000 (00:22 +0000)
committerEsa Ilari Vuokko <ei@vuokko.info>
Sun, 13 Aug 2006 00:22:16 +0000 (00:22 +0000)
rts/RaiseAsync.c

index c0cfd7b..95e2492 100644 (file)
@@ -18,6 +18,9 @@
 #include "Updates.h"
 #include "STM.h"
 #include "Sanity.h"
+#if defined(mingw32_HOST_OS)
+#include "win32/IOManager.h"
+#endif
 
 static void raiseAsync (Capability *cap,
                        StgTSO *tso,