summaryrefslogtreecommitdiffstats
path: root/tools/atree
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 18:27:30 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 18:27:30 -0800
commit70b813ec57a5b4042a62e69cac5b77015f0110e4 (patch)
treef5a30e92b0cc111bafadace00bbdaf0ae38e27c2 /tools/atree
parent179d2bf01ac59314cafc185fa339c3b905098550 (diff)
parent4f85cc54b3347e00e32a07cae4fd5473987b71af (diff)
downloadbuild-70b813ec57a5b4042a62e69cac5b77015f0110e4.zip
build-70b813ec57a5b4042a62e69cac5b77015f0110e4.tar.gz
build-70b813ec57a5b4042a62e69cac5b77015f0110e4.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'tools/atree')
-rw-r--r--tools/atree/files.cpp2
-rw-r--r--tools/atree/fs.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp
index 530b5e1..d4866d4 100644
--- a/tools/atree/files.cpp
+++ b/tools/atree/files.cpp
@@ -1,5 +1,7 @@
#include "files.h"
#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>
diff --git a/tools/atree/fs.cpp b/tools/atree/fs.cpp
index a233832..00f44c2 100644
--- a/tools/atree/fs.cpp
+++ b/tools/atree/fs.cpp
@@ -6,6 +6,7 @@
#include <string>
#include <vector>
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>