summaryrefslogtreecommitdiff
path: root/include/rtl/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/alloc.h')
-rw-r--r--include/rtl/alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/alloc.h b/include/rtl/alloc.h
index 6a804928669c..835db155ac44 100644
--- a/include/rtl/alloc.h
+++ b/include/rtl/alloc.h
@@ -131,7 +131,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_freeAlignedMemory (
/** Opaque rtl_arena_type.
*/
-typedef struct rtl_arena_st rtl_arena_type;
+typedef struct SAL_DLLPUBLIC_RTTI rtl_arena_st rtl_arena_type;
#define RTL_ARENA_NAME_LENGTH 31