commit | 404fd5bc4abc48ec7e0ef4f769846876b21db803 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Oct 17 10:20:33 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Oct 17 12:22:44 2016 -0700 |
tree | 020067cf14319f835a13720ee2a9541d3b24fcb7 | |
parent | 8ef4397c2241964b7db5d424b0d14dfe73922696 [diff] [blame] |
zipalign missing header Remove assumptions about header side effects Test: compile Bug: 30465923 Change-Id: I117567b0f99814b9d9a955b39c56f43f7972cf62
diff --git a/tools/zipalign/ZipAlign.cpp b/tools/zipalign/ZipAlign.cpp index aef91a5..d56ac29 100644 --- a/tools/zipalign/ZipAlign.cpp +++ b/tools/zipalign/ZipAlign.cpp
@@ -19,8 +19,9 @@ */ #include "ZipFile.h" -#include <stdlib.h> #include <stdio.h> +#include <stdlib.h> +#include <unistd.h> using namespace android;