diff options
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 6bbd5d0..c325134 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -167,12 +167,13 @@ struct slbt_driver_ctx_alloc { struct slbt_exec_ctx_impl { const struct slbt_driver_ctx * dctx; + struct slbt_symlist_ctx * sctx; + struct slbt_exec_ctx ctx; int argc; char * args; char * shadow; char * dsoprefix; size_t size; - struct slbt_exec_ctx ctx; int fdwrapper; char ** lout[2]; char ** mout[2]; |