Merge "zipalign missing header"
am: 94180579f7
Change-Id: I4643aebbb73a5d9103de48147d5a4a25c2db6ca4
This commit is contained in:
commit
2421b1c099
|
@ -19,8 +19,9 @@
|
|||
*/
|
||||
#include "ZipFile.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace android;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue