Merge "zlib is not exposed to libziparchive headers" am: eb42bb8c8b
am: d74d572f9d
am: 022b164c77
Change-Id: I452621490c61bb7ab49465a7526c5f0b20547c99
This commit is contained in:
commit
c97952a2d3
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
#ifndef LIBZIPARCHIVE_ZIPWRITER_H_
|
||||
#define LIBZIPARCHIVE_ZIPWRITER_H_
|
||||
|
||||
#include <zlib.h>
|
||||
#include <cstdio>
|
||||
#include <ctime>
|
||||
|
||||
|
@ -28,6 +27,9 @@
|
|||
#include "android-base/macros.h"
|
||||
#include "utils/Compat.h"
|
||||
|
||||
struct z_stream_s;
|
||||
typedef struct z_stream_s z_stream;
|
||||
|
||||
/**
|
||||
* Writes a Zip file via a stateful interface.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue