commit | 1f5762e646bed2290934280464832782766ee68e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon May 06 20:20:34 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 07 17:09:46 2013 -0700 |
tree | 123bcdf3ba4c98f885631b02bb90803b7885e438 | |
parent | 9f3e1175657425115e863fdb256b83cadedc33e9 [diff] [blame] |
libutils clean-up Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9
diff --git a/tools/aapt/Package.cpp b/tools/aapt/Package.cpp index 3930117..872d95c 100644 --- a/tools/aapt/Package.cpp +++ b/tools/aapt/Package.cpp
@@ -8,10 +8,13 @@ #include "ResourceTable.h" #include "ResourceFilter.h" +#include <androidfw/misc.h> + #include <utils/Log.h> #include <utils/threads.h> #include <utils/List.h> #include <utils/Errors.h> +#include <utils/misc.h> #include <sys/types.h> #include <dirent.h>