diff options
author | Stephen Hines <srhines@google.com> | 2014-10-01 23:14:53 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-01 23:14:53 +0000 |
commit | 25a8e43b13e719ff97edd174f8b1ed175e6f91b0 (patch) | |
tree | 50b370dcaca68b94479f20339e7690d3f2ce12ed /tools/aapt | |
parent | 7f54b3a91430a73241b9ba34bfadf74997c495db (diff) | |
parent | 7d92ae6d973cd93cf9034c2f38b964b329ca2eaf (diff) | |
download | frameworks_base-25a8e43b13e719ff97edd174f8b1ed175e6f91b0.zip frameworks_base-25a8e43b13e719ff97edd174f8b1ed175e6f91b0.tar.gz frameworks_base-25a8e43b13e719ff97edd174f8b1ed175e6f91b0.tar.bz2 |
am 7d92ae6d: am 5b3be618: am 70de9c0d: Merge "include direct.h for _mkdir" into lmp-dev
* commit '7d92ae6d973cd93cf9034c2f38b964b329ca2eaf':
include direct.h for _mkdir
Diffstat (limited to 'tools/aapt')
-rw-r--r-- | tools/aapt/CacheUpdater.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt/CacheUpdater.h b/tools/aapt/CacheUpdater.h index 0e65589..efb2453 100644 --- a/tools/aapt/CacheUpdater.h +++ b/tools/aapt/CacheUpdater.h @@ -12,6 +12,9 @@ #include <sys/stat.h> #include <stdio.h> #include "Images.h" +#ifdef HAVE_MS_C_RUNTIME +#include <direct.h> +#endif using namespace android; |