Include stdio.h in tools/aidl/AST.h to make the code build on gcc-4.4

This commit is contained in:
Scott Tsai
2009-03-21 07:06:07 +08:00
parent 2a73de7b21
commit bfc9f4f830

View File

@@ -5,6 +5,7 @@
#include <vector>
#include <set>
#include <stdarg.h>
#include <stdio.h>
using namespace std;