diff options
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 415e99a..69b3675 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -119,6 +119,8 @@ struct slbt_exec_ctx_impl { size_t size; struct slbt_exec_ctx ctx; int fdwrapper; + char ** lout[2]; + char ** mout[2]; char * vbuffer[]; }; |