Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b5df382 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "zlib is not exposed to libziparchive headers" am: eb42bb8c am: d74d572f am: 022b164c

am: c97952a2

Change-Id: I2afd17e71a5a1bdc17ce4189284277bfc0c34bd5
parents 730fb6b4 c97952a2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.
 *