diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/sltdl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/sltdl_module.h b/src/internal/sltdl_module.h index 26e47e3..c567e02 100644 --- a/src/internal/sltdl_module.h +++ b/src/internal/sltdl_module.h @@ -2,6 +2,7 @@ #define SLTDL_MODULE_H struct lt_modctx { + const struct lt_symdef *symtbl; struct lt_modctx * mnext; void * maddr; char * mpath; |