summaryrefslogtreecommitdiff
path: root/rts/win32
diff options
context:
space:
mode:
Diffstat (limited to 'rts/win32')
-rw-r--r--rts/win32/AsyncWinIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/AsyncWinIO.c b/rts/win32/AsyncWinIO.c
index 660a687f99..f6921fd4e5 100644
--- a/rts/win32/AsyncWinIO.c
+++ b/rts/win32/AsyncWinIO.c
@@ -9,7 +9,7 @@
*/
#include "Rts.h"
-#include <rts/IOManager.h>
+#include <rts/IOInterface.h>
#include "AsyncWinIO.h"
#include "Prelude.h"
#include "Capability.h"