summaryrefslogtreecommitdiffstats
path: root/byterun/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/debugger.c')
-rw-r--r--byterun/debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/debugger.c b/byterun/debugger.c
index d5c60933a..41a64b1c4 100644
--- a/byterun/debugger.c
+++ b/byterun/debugger.c
@@ -14,7 +14,7 @@
/* Interface with the byte-code debugger */
#ifdef _WIN32
-#include <caml/io.h>
+#include <io.h>
#endif /* _WIN32 */
#include <string.h>