Skip to content

Commit 9788b83

Browse files
committed
is_io_mng_native_p is in RtsFlags.h for older versions of GHC
1 parent cb6f1de commit 9788b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/patches/ghc/ghc-win32-io-manager-compilation.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ diff --git a/rts/win32/ThrIOManager.c b/rts/win32/ThrIOManager.c
103103
index 023aee4c1922..61ccd5379c28 100644
104104
--- a/rts/win32/ThrIOManager.c
105105
+++ b/rts/win32/ThrIOManager.c
106-
@@ -9,6 +9,7 @@
106+
@@ -9,6 +9,8 @@
107107
* ---------------------------------------------------------------------------*/
108108

109109
#include "Rts.h"
110+
+#include "RtsFlags.h"
110111
+#include "IOManager.h"
111112
#include "ThrIOManager.h"
112113
#include "MIOManager.h"

0 commit comments

Comments
 (0)