summaryrefslogtreecommitdiffstats
path: root/tools/aidl
diff options
context:
space:
mode:
authorScott Tsai <scottt.tw@gmail.com>2009-03-21 07:06:07 +0800
committerScott Tsai <scottt.tw@gmail.com>2009-03-21 07:06:07 +0800
commitbfc9f4f8308b6ca68f123ef0743350471ca34b2a (patch)
treed70f19f4df4e027c620a704737b6f9e4be0f1d13 /tools/aidl
parent2a73de7b21a89aa2ba4c254d28658b49793425b2 (diff)
downloadframeworks_base-bfc9f4f8308b6ca68f123ef0743350471ca34b2a.zip
frameworks_base-bfc9f4f8308b6ca68f123ef0743350471ca34b2a.tar.gz
frameworks_base-bfc9f4f8308b6ca68f123ef0743350471ca34b2a.tar.bz2
Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4
Diffstat (limited to 'tools/aidl')
-rwxr-xr-xtools/aidl/AST.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aidl/AST.h b/tools/aidl/AST.h
index 1dedd04..aec2164 100755
--- a/tools/aidl/AST.h
+++ b/tools/aidl/AST.h
@@ -5,6 +5,7 @@
#include <vector>
#include <set>
#include <stdarg.h>
+#include <stdio.h>
using namespace std;