aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/gzip.c')
-rw-r--r--archival/gzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index ee051356e..43804b2e4 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -40,6 +40,7 @@ aa: 85.1% -- replaced with aa.gz
40*/ 40*/
41 41
42#include "libbb.h" 42#include "libbb.h"
43#include "unarchive.h"
43 44
44 45
45/* =========================================================================== 46/* ===========================================================================
@@ -2014,7 +2015,7 @@ char* make_new_name_gzip(char *filename)
2014} 2015}
2015 2016
2016static 2017static
2017USE_DESKTOP(long long) int pack_gzip(void) 2018USE_DESKTOP(long long) int pack_gzip(unpack_info_t *info UNUSED_PARAM)
2018{ 2019{
2019 struct stat s; 2020 struct stat s;
2020 2021