summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.c
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2021-01-03 12:22:37 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-25 05:11:14 -0500
commit083d7aeb5b0f9e47bf34459415367502492c5e06 (patch)
tree8af2ec61e332b11d4571df8345d0139018396639 /rts/RaiseAsync.c
parentb18d9e97252c9dd12f08d3e6f56bfec6a6d2469a (diff)
downloadhaskell-083d7aeb5b0f9e47bf34459415367502492c5e06.tar.gz
Move win32/IOManager to win32/MIOManager
It is only for MIO, and we want to use the generic name IOManager for the name of the common parts of the interface and dispatch.
Diffstat (limited to 'rts/RaiseAsync.c')
-rw-r--r--rts/RaiseAsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RaiseAsync.c b/rts/RaiseAsync.c
index c0cb3951c5..822bf2875e 100644
--- a/rts/RaiseAsync.c
+++ b/rts/RaiseAsync.c
@@ -20,7 +20,7 @@
#include "Profiling.h"
#include "Messages.h"
#if defined(mingw32_HOST_OS)
-#include "win32/IOManager.h"
+#include "win32/MIOManager.h"
#endif
static void blockedThrowTo (Capability *cap,