diff options
Diffstat (limited to 'byterun/lexing.c')
-rw-r--r-- | byterun/lexing.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/byterun/lexing.c b/byterun/lexing.c index 22ef6acde..eac302e31 100644 --- a/byterun/lexing.c +++ b/byterun/lexing.c @@ -13,9 +13,9 @@ /* The table-driven automaton for lexers generated by camllex. */ -#include "fail.h" -#include "mlvalues.h" -#include "stacks.h" +#include "caml/fail.h" +#include "caml/mlvalues.h" +#include "caml/stacks.h" struct lexer_buffer { value refill_buff; |