diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index cc795bb..3971645 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -128,6 +128,8 @@ struct slbt_fd_ctx { int fdout; int fderr; int fdlog; + int fdcwd; + int fddst; }; struct slbt_exec_ctx { |