summaryrefslogtreecommitdiffstats
path: root/tools/localize/Perforce.cpp
diff options
context:
space:
mode:
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-10-22 02:05:55 +0400
committerAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-10-22 02:05:55 +0400
commit862bfdba159580f825af563b8e283842e28d140c (patch)
tree7f0ae6af123e87ee0dc02d8d9852e45ecf3171ed /tools/localize/Perforce.cpp
parent0aa7fe6876d533610b4b993035030b946cc32e4c (diff)
downloadframeworks_base-862bfdba159580f825af563b8e283842e28d140c.zip
frameworks_base-862bfdba159580f825af563b8e283842e28d140c.tar.gz
frameworks_base-862bfdba159580f825af563b8e283842e28d140c.tar.bz2
Add a few missing headers.
Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'tools/localize/Perforce.cpp')
-rw-r--r--tools/localize/Perforce.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/localize/Perforce.cpp b/tools/localize/Perforce.cpp
index 3184dfc..c702690 100644
--- a/tools/localize/Perforce.cpp
+++ b/tools/localize/Perforce.cpp
@@ -3,6 +3,8 @@
#include <sstream>
#include <sys/types.h>
#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
#include <sys/wait.h>
using namespace std;