diff options
Diffstat (limited to 'malloc_ctl.h')
-rw-r--r-- | malloc_ctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc_ctl.h b/malloc_ctl.h index e0bee00ea3..2bce0c113c 100644 --- a/malloc_ctl.h +++ b/malloc_ctl.h @@ -47,7 +47,9 @@ enum { MallocCfg_last }; +START_EXTERN_C extern IV *MallocCfg_ptr; +END_EXTERN_C #endif |