diff options
Diffstat (limited to 'byterun/memory.h')
-rw-r--r-- | byterun/memory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/byterun/memory.h b/byterun/memory.h index 898dbc813..1f2ff98f8 100644 --- a/byterun/memory.h +++ b/byterun/memory.h @@ -18,8 +18,9 @@ #ifndef CAML_MEMORY_H #define CAML_MEMORY_H - +#ifndef CAML_NAME_SPACE #include "compatibility.h" +#endif #include "config.h" /* <private> */ #include "gc.h" |