[project @ 2004-08-19 14:00:48 by simonmar]
[ghc-hetmet.git] / ghc / rts / Makefile
index c31a486..718e00f 100644 (file)
@@ -302,6 +302,10 @@ SRC_HC_OPTS += \
   -\#include Profiling.h \
   -\#include Apply.h
 
+ifeq "$(Windows)" "YES"
+PrimOps_HC_OPTS += -\#include '<windows.h>' -\#include win32/AsyncIO.h
+endif
+
 # Cmm must be compiled via-C for now, because the NCG can't handle loops
 SRC_HC_OPTS += -fvia-C