diff options
author | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-27 15:14:32 +0000 |
---|---|---|
committer | Gabriel Scherer <gabriel.scherer@gmail.com> | 2014-12-27 15:14:32 +0000 |
commit | 9072a3fbdd9b12fdc5c81e359aacc076e35a858e (patch) | |
tree | 0c2e5a1d3e8f890ac47ae6b7ed2e1b0428bdd6a3 /byterun/debugger.c | |
parent | c0cc334dfa75fe4c3a79150e63be66cad3561225 (diff) |
PR#5587: windows fix
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15759 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/debugger.c')
-rw-r--r-- | byterun/debugger.c | 2 |
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> |