diff options
Diffstat (limited to 'otherlibs/str/strstubs.c')
-rw-r--r-- | otherlibs/str/strstubs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/str/strstubs.c b/otherlibs/str/strstubs.c index 9de349a9d..6c928704b 100644 --- a/otherlibs/str/strstubs.c +++ b/otherlibs/str/strstubs.c @@ -13,10 +13,10 @@ #include <string.h> #include <ctype.h> -#include <mlvalues.h> -#include <alloc.h> -#include <memory.h> -#include <fail.h> +#include <caml/mlvalues.h> +#include <caml/alloc.h> +#include <caml/memory.h> +#include <caml/fail.h> /* The backtracking NFA interpreter */ |