diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/header.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/header.c b/stdlib/header.c index 93cdfeb2d..fba8280ad 100644 --- a/stdlib/header.c +++ b/stdlib/header.c @@ -23,8 +23,8 @@ #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> -#include "../byterun/mlvalues.h" -#include "../byterun/exec.h" +#include "../byterun/caml/mlvalues.h" +#include "../byterun/caml/exec.h" char * default_runtime_path = RUNTIME_NAME; |