udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / archival / bzip2.c
index 3dde970f11ccbb2d29fd856b2506cc4e396fbb26..dd77c8efcfebe944591a680ce6ead9f4ca9c0610 100644 (file)
@@ -17,7 +17,7 @@
 //usage:     "\n       -f      Force"
 
 #include "libbb.h"
-#include "archive.h"
+#include "bb_archive.h"
 
 #define CONFIG_BZIP2_FAST 1
 
@@ -111,7 +111,7 @@ IF_DESKTOP(long long) int bz_write(bz_stream *strm, void* rbuf, ssize_t rlen, vo
 }
 
 static
-IF_DESKTOP(long long) int FAST_FUNC compressStream(unpack_info_t *info UNUSED_PARAM)
+IF_DESKTOP(long long) int FAST_FUNC compressStream(transformer_aux_data_t *aux UNUSED_PARAM)
 {
        IF_DESKTOP(long long) int total;
        ssize_t count;