diff options
author | 2009-01-09 17:50:54 -0800 | |
---|---|---|
committer | 2009-01-09 17:50:54 -0800 | |
commit | 4f85cc54b3347e00e32a07cae4fd5473987b71af (patch) | |
tree | f1b5a1212c9ba3b4cf9d69855d653991886d9181 /tools/atree/files.cpp | |
parent | dcc08f073b6873c69ab891d4f69f7c568e282df7 (diff) |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'tools/atree/files.cpp')
-rw-r--r-- | tools/atree/files.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/atree/files.cpp b/tools/atree/files.cpp index 0f59521106..c675ab7f52 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> |