From 0003c72fc798cdc4048e3e8c690bb389cb9c4d83 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 16 Jul 2023 10:42:00 +0200 Subject: Fixed some warnings/build errors --- src/include/box64context.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index e87aa0e3..aa8c95b6 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -23,6 +23,7 @@ typedef struct bridge_s bridge_t; typedef struct dlprivate_s dlprivate_t; typedef struct kh_symbolmap_s kh_symbolmap_t; typedef struct kh_defaultversion_s kh_defaultversion_t; +typedef struct kh_mapsymbols_s kh_mapsymbols_t; typedef struct library_s library_t; typedef struct linkmap_s linkmap_t; typedef struct kh_threadstack_s kh_threadstack_t; @@ -117,7 +118,7 @@ typedef struct box64context_s { lib_t *maplib; // lib and symbols handling lib_t *local_maplib; // libs and symbols openned has local (only collection of libs, no symbols) dic_t *versym; // dictionnary of versioned symbols - kh_symbolmap_t *globdata; // GLOBAL_DAT relocation for COPY mapping in main elf + kh_mapsymbols_t *globdata; // GLOBAL_DAT relocation for COPY mapping in main elf kh_threadstack_t *stacksizes; // stack sizes attributes for thread (temporary) bridge_t *system; // other bridges -- cgit 1.4.1