diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 96e3738..bf0bf32 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -234,6 +234,7 @@ struct slbt_exec_ctx { char * dlunit; char * dlopensrc; char * dlopenobj; + char * dlpreopen; char * arfilename; char * lafilename; |