diff options
Diffstat (limited to 'otherlibs/unix/cst2constr.c')
-rw-r--r-- | otherlibs/unix/cst2constr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/cst2constr.c b/otherlibs/unix/cst2constr.c index f27cace7b..87721ce36 100644 --- a/otherlibs/unix/cst2constr.c +++ b/otherlibs/unix/cst2constr.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <fail.h> +#include <caml/mlvalues.h> +#include <caml/fail.h> #include "cst2constr.h" value cst_to_constr(int n, int *tbl, int size, int deflt) |