diff options
author | 2014-10-01 22:53:59 +0000 | |
---|---|---|
committer | 2014-10-01 22:54:00 +0000 | |
commit | 70de9c0d585dcfe71e2cfd921438071e69ff5c45 (patch) | |
tree | 45962848bd5c07d7cc497942ee84068df540e449 /tools/aidl/aidl.cpp | |
parent | 7f76e505624fddbc4ba3350f3e381ccd275a5a75 (diff) | |
parent | c9d32390e59d99c76b79edd247a1127088ce81ec (diff) |
Merge "include direct.h for _mkdir" into lmp-dev
Diffstat (limited to 'tools/aidl/aidl.cpp')
-rw-r--r-- | tools/aidl/aidl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index 9c1867e14a8f..45dd23b911e3 100644 --- a/tools/aidl/aidl.cpp +++ b/tools/aidl/aidl.cpp @@ -16,6 +16,7 @@ #ifdef HAVE_MS_C_RUNTIME #include <io.h> +#include <direct.h> #include <sys/stat.h> #endif |