diff options
author | 2008-10-21 23:52:01 +0400 | |
---|---|---|
committer | 2008-10-21 23:52:01 +0400 | |
commit | 0aa7fe6876d533610b4b993035030b946cc32e4c (patch) | |
tree | 21f8d4a99641fc6184fcbfb86eec696242dba6ab /tools/aidl/aidl.cpp | |
parent | 54b6cfa9a9e5b861a9930af873580d6dc20f773c (diff) |
Add a few missing headers
Fixes build with gcc 4.3.2
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'tools/aidl/aidl.cpp')
-rw-r--r-- | tools/aidl/aidl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index 927d21e49af6..dc61567d8f3e 100644 --- a/tools/aidl/aidl.cpp +++ b/tools/aidl/aidl.cpp @@ -10,6 +10,8 @@ #include <sys/stat.h> #include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <map> #ifdef HAVE_MS_C_RUNTIME |