Fix wrong #include after recent Spacetime .h file move

master
Mark Shinwell 2016-09-27 08:07:50 +01:00
parent 89aff47a00
commit 6e29398daf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#include "threads.h"
#if defined(NATIVE_CODE) && defined(WITH_SPACETIME)
#include "../../asmrun/spacetime.h"
#include "caml/spacetime.h"
#endif
/* Initial size of bytecode stack when a thread is created (4 Ko) */