summaryrefslogtreecommitdiffstats
path: root/tools/atree/fs.cpp
diff options
context:
space:
mode:
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-10-22 02:02:30 +0400
committerAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-10-22 02:02:30 +0400
commit8ae3ad5802c7fe78d6b353b0d9090276a4f6a210 (patch)
tree8b93a3247867caa5c11cf04ad948f253add8b3e6 /tools/atree/fs.cpp
parentb6c1cf6de79035f58b512f4400db458c8401379a (diff)
downloadbuild-8ae3ad5802c7fe78d6b353b0d9090276a4f6a210.zip
build-8ae3ad5802c7fe78d6b353b0d9090276a4f6a210.tar.gz
build-8ae3ad5802c7fe78d6b353b0d9090276a4f6a210.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/atree/fs.cpp')
-rw-r--r--tools/atree/fs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/atree/fs.cpp b/tools/atree/fs.cpp
index 15d6092..a233832 100644
--- a/tools/atree/fs.cpp
+++ b/tools/atree/fs.cpp
@@ -9,6 +9,7 @@
#include <errno.h>
#include <sys/stat.h>
#include <unistd.h>
+#include <string.h>
#include <host/CopyFile.h>
using namespace std;