summaryrefslogtreecommitdiffstats
path: root/tools/aidl
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-03-05 23:20:36 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-05 23:20:36 +0000
commit4bd720c2c63b2400437db971ac96616693a8fe3b (patch)
tree4d6dafe6505fb2aaa73e5f614da58fe476aa8f5c /tools/aidl
parenta984c5828749185ce560aa1e29661a5dadc93fbd (diff)
parenta05e752615fbfb50196d59dfb9c96dc7cf6c63f1 (diff)
downloadframeworks_base-4bd720c2c63b2400437db971ac96616693a8fe3b.zip
frameworks_base-4bd720c2c63b2400437db971ac96616693a8fe3b.tar.gz
frameworks_base-4bd720c2c63b2400437db971ac96616693a8fe3b.tar.bz2
am a05e7526: am 9c6f41e3: am be7b8f4f: Merge "aidl: Support building with updated host sysroot."
* commit 'a05e752615fbfb50196d59dfb9c96dc7cf6c63f1': aidl: Support building with updated host sysroot.
Diffstat (limited to 'tools/aidl')
-rw-r--r--tools/aidl/Type.cpp2
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;