summaryrefslogtreecommitdiffstats
path: root/tools/aidl
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 18:24:37 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 18:24:37 -0800
commite570a0fa86c2eea2680f07e2c0c546f104bea948 (patch)
treee616ea122bf171bab3b3765b5023c4167b31e0d8 /tools/aidl
parent9bdf576615231e4b9693f08bfe3dc886c2edf49e (diff)
parentb798689749c64baba81f02e10cf2157c747d6b46 (diff)
downloadframeworks_base-e570a0fa86c2eea2680f07e2c0c546f104bea948.zip
frameworks_base-e570a0fa86c2eea2680f07e2c0c546f104bea948.tar.gz
frameworks_base-e570a0fa86c2eea2680f07e2c0c546f104bea948.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'tools/aidl')
-rw-r--r--tools/aidl/generate_java.cpp2
-rw-r--r--tools/aidl/options.cpp4
-rw-r--r--tools/aidl/search_path.cpp1
3 files changed, 7 insertions, 0 deletions
diff --git a/tools/aidl/generate_java.cpp b/tools/aidl/generate_java.cpp
index affac0f..25d47a2 100644
--- a/tools/aidl/generate_java.cpp
+++ b/tools/aidl/generate_java.cpp
@@ -3,6 +3,8 @@
#include "Type.h"
#include <string.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
// =================================================
class VariableFactory
diff --git a/tools/aidl/options.cpp b/tools/aidl/options.cpp
index a890556..57b10ae 100644
--- a/tools/aidl/options.cpp
+++ b/tools/aidl/options.cpp
@@ -1,6 +1,10 @@
#include "options.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
static int
usage()
{
diff --git a/tools/aidl/search_path.cpp b/tools/aidl/search_path.cpp
index 3c4e14b..ffb6cb2 100644
--- a/tools/aidl/search_path.cpp
+++ b/tools/aidl/search_path.cpp
@@ -1,6 +1,7 @@
#include <unistd.h>
#include "search_path.h"
#include "options.h"
+#include <string.h>
#ifdef HAVE_MS_C_RUNTIME
#include <io.h>