summaryrefslogtreecommitdiffstats
path: root/stdlib/header.c
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-12-27 15:04:22 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-12-27 15:04:22 +0000
commitc0cc334dfa75fe4c3a79150e63be66cad3561225 (patch)
tree97aa0abc267c0ff66ec42b880f8744344338bfb0 /stdlib/header.c
parent7ca29ef3f7ada4eefae4f6c58e77c92e6587ce69 (diff)
minor header fix
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15758 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/header.c')
-rw-r--r--stdlib/header.c4
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;