[project @ 2005-05-19 11:09:27 by simonmar]
authorsimonmar <unknown>
Thu, 19 May 2005 11:09:27 +0000 (11:09 +0000)
committersimonmar <unknown>
Thu, 19 May 2005 11:09:27 +0000 (11:09 +0000)
Fix SMP build on Windows

ghc/rts/win32/AsyncIO.c

index 83797c4..91495d5 100644 (file)
@@ -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"