We should be including Rts.h here, not Stg.h
[ghc-base.git] / cbits / PrelIOUtils.c
index be97876..de7fed4 100644 (file)
@@ -7,7 +7,7 @@
 #define INLINE
 
 #ifdef __GLASGOW_HASKELL__
-# include "Stg.h"
+# include "Rts.h"
 #endif
 
 #include "HsBase.h"