diff options
Diffstat (limited to 'byterun/config.h')
-rw-r--r-- | byterun/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/config.h b/byterun/config.h index d21a692b1..e841b0721 100644 --- a/byterun/config.h +++ b/byterun/config.h @@ -28,7 +28,9 @@ #endif /* </private> */ +#ifndef CAML_NAME_SPACE #include "compatibility.h" +#endif /* Types for signed chars, 16-bit integers, 32-bit integers, 64-bit integers */ |