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

Commit b628c93f authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "zipalign missing header" am: 94180579 am: 2421b1c0

am: 390b7a95

Change-Id: If5da2d15b5dfb07cd44469d1a1c2e226a26dfb0d
parents 2cb1d6b7 390b7a95
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,8 +19,9 @@
 */
#include "ZipFile.h"

#include <stdlib.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

using namespace android;

+3 −2
Original line number Diff line number Diff line
@@ -23,10 +23,11 @@
#include "ZipEntry.h"
#include <utils/Log.h>

#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <time.h>

using namespace android;