diff options
Diffstat (limited to 'src/app_mkpkg.c')
-rw-r--r-- | src/app_mkpkg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app_mkpkg.c b/src/app_mkpkg.c index e68a426..b16ec2f 100644 --- a/src/app_mkpkg.c +++ b/src/app_mkpkg.c @@ -20,6 +20,7 @@ #include "apk_applet.h" #include "apk_database.h" #include "apk_pathbuilder.h" +#include "apk_extract.h" #include "apk_print.h" #define BLOCK_SIZE 4096 @@ -29,7 +30,7 @@ struct mkpkg_ctx { const char *files_dir, *output; struct adb db; struct adb_obj paths, *files; - struct apk_sign_ctx sctx; + struct apk_extract_ctx ectx; apk_blob_t info[ADBI_PI_MAX]; uint64_t installed_size; struct apk_pathbuilder pb; |