summaryrefslogtreecommitdiffstats
path: root/otherlibs/bigarray/bigarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/bigarray/bigarray.h')
-rw-r--r--otherlibs/bigarray/bigarray.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/bigarray/bigarray.h b/otherlibs/bigarray/bigarray.h
index c10e20cfb..9b84b018a 100644
--- a/otherlibs/bigarray/bigarray.h
+++ b/otherlibs/bigarray/bigarray.h
@@ -15,10 +15,10 @@
#define CAML_BIGARRAY_H
#ifndef CAML_NAME_SPACE
-#include "compatibility.h"
+#include "caml/compatibility.h"
#endif
-#include "config.h"
-#include "mlvalues.h"
+#include "caml/config.h"
+#include "caml/mlvalues.h"
typedef signed char caml_ba_int8;
typedef unsigned char caml_ba_uint8;