diff options
author | David 'Digit' Turner <digit@google.com> | 2014-03-06 00:59:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-06 00:59:15 +0000 |
commit | fd2c77ca249ec2d6746ff426d191fb3991b6ea3d (patch) | |
tree | cc7f207c521572be3e27a35afccf6e22e00f36ba | |
parent | f0dd80f6732d4f0fc1cd25027c91011f35896de3 (diff) | |
parent | 4bd720c2c63b2400437db971ac96616693a8fe3b (diff) | |
download | frameworks_base-fd2c77ca249ec2d6746ff426d191fb3991b6ea3d.zip frameworks_base-fd2c77ca249ec2d6746ff426d191fb3991b6ea3d.tar.gz frameworks_base-fd2c77ca249ec2d6746ff426d191fb3991b6ea3d.tar.bz2 |
am 4bd720c2: am a05e7526: am 9c6f41e3: am be7b8f4f: Merge "aidl: Support building with updated host sysroot."
* commit '4bd720c2c63b2400437db971ac96616693a8fe3b':
aidl: Support building with updated host sysroot.
-rw-r--r-- | tools/aidl/Type.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aidl/Type.cpp b/tools/aidl/Type.cpp index d572af6..2267750 100644 --- a/tools/aidl/Type.cpp +++ b/tools/aidl/Type.cpp @@ -1,5 +1,7 @@ #include "Type.h" +#include <sys/types.h> + Namespace NAMES; Type* VOID_TYPE; |