summaryrefslogtreecommitdiffstats
path: root/tools/aapt
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-10-01 23:14:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-01 23:14:53 +0000
commit25a8e43b13e719ff97edd174f8b1ed175e6f91b0 (patch)
tree50b370dcaca68b94479f20339e7690d3f2ce12ed /tools/aapt
parent7f54b3a91430a73241b9ba34bfadf74997c495db (diff)
parent7d92ae6d973cd93cf9034c2f38b964b329ca2eaf (diff)
downloadframeworks_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.h3
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;