minor header fix

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15758 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Gabriel Scherer 2014-12-27 15:04:22 +00:00
parent 7ca29ef3f7
commit c0cc334dfa
1 changed files with 2 additions and 2 deletions

View File

@ -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;