summaryrefslogtreecommitdiffstats
path: root/byterun/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/alloc.c')
-rw-r--r--byterun/alloc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/byterun/alloc.c b/byterun/alloc.c
index bb6c48758..96a21bf1f 100644
--- a/byterun/alloc.c
+++ b/byterun/alloc.c
@@ -17,12 +17,12 @@
*/
#include <string.h>
-#include "alloc.h"
-#include "custom.h"
-#include "major_gc.h"
-#include "memory.h"
-#include "mlvalues.h"
-#include "stacks.h"
+#include "caml/alloc.h"
+#include "caml/custom.h"
+#include "caml/major_gc.h"
+#include "caml/memory.h"
+#include "caml/mlvalues.h"
+#include "caml/stacks.h"
#define Setup_for_gc
#define Restore_after_gc