diff options
Diffstat (limited to 'byterun/intext.h')
-rw-r--r-- | byterun/intext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/intext.h b/byterun/intext.h index 8c01683a3..29144fa9c 100644 --- a/byterun/intext.h +++ b/byterun/intext.h @@ -18,7 +18,9 @@ #ifndef CAML_INTEXT_H #define CAML_INTEXT_H +#ifndef CAML_NAME_SPACE #include "compatibility.h" +#endif #include "misc.h" #include "mlvalues.h" |