summaryrefslogtreecommitdiffstats
path: root/byterun/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/callback.h')
-rw-r--r--byterun/callback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/callback.h b/byterun/callback.h
index 1111613c2..492c09611 100644
--- a/byterun/callback.h
+++ b/byterun/callback.h
@@ -18,7 +18,9 @@
#ifndef CAML_CALLBACK_H
#define CAML_CALLBACK_H
+#ifndef CAML_NAME_SPACE
#include "compatibility.h"
+#endif
#include "mlvalues.h"
CAMLextern value callback (value closure, value arg);