summaryrefslogtreecommitdiffstats
path: root/byterun/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/memory.h')
-rw-r--r--byterun/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/memory.h b/byterun/memory.h
index fb77b3680..4be908b8c 100644
--- a/byterun/memory.h
+++ b/byterun/memory.h
@@ -31,7 +31,7 @@
#include "mlvalues.h"
CAMLextern value caml_alloc_shr (mlsize_t, tag_t);
-void caml_adjust_gc_speed (mlsize_t, mlsize_t);
+CAMLextern void caml_adjust_gc_speed (mlsize_t, mlsize_t);
CAMLextern void caml_modify (value *, value);
CAMLextern void caml_initialize (value *, value);
CAMLextern value caml_check_urgent_gc (value);