diff options
Diffstat (limited to 'byterun/custom.h')
-rw-r--r-- | byterun/custom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/custom.h b/byterun/custom.h index 4eebbe731..790f4b9a8 100644 --- a/byterun/custom.h +++ b/byterun/custom.h @@ -17,7 +17,9 @@ #define CAML_CUSTOM_H +#ifndef CAML_NAME_SPACE #include "compatibility.h" +#endif #include "mlvalues.h" struct custom_operations { |