Merge "zipalign missing header"

This commit is contained in:
Treehugger Robot
2016-10-17 21:47:17 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 3 deletions

View File

@@ -19,8 +19,9 @@
*/ */
#include "ZipFile.h" #include "ZipFile.h"
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
using namespace android; using namespace android;

View File

@@ -23,10 +23,11 @@
#include "ZipEntry.h" #include "ZipEntry.h"
#include <utils/Log.h> #include <utils/Log.h>
#include <stdio.h>
#include <string.h>
#include <assert.h> #include <assert.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
using namespace android; using namespace android;