diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 18:24:37 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 18:24:37 -0800 |
| commit | e570a0fa86c2eea2680f07e2c0c546f104bea948 (patch) | |
| tree | e616ea122bf171bab3b3765b5023c4167b31e0d8 /tools/localize/file_utils.cpp | |
| parent | 9bdf576615231e4b9693f08bfe3dc886c2edf49e (diff) | |
| parent | b798689749c64baba81f02e10cf2157c747d6b46 (diff) | |
| download | frameworks_base-e570a0fa86c2eea2680f07e2c0c546f104bea948.zip frameworks_base-e570a0fa86c2eea2680f07e2c0c546f104bea948.tar.gz frameworks_base-e570a0fa86c2eea2680f07e2c0c546f104bea948.tar.bz2 | |
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'tools/localize/file_utils.cpp')
| -rw-r--r-- | tools/localize/file_utils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/localize/file_utils.cpp b/tools/localize/file_utils.cpp index 1cda7ec..dc8e86b 100644 --- a/tools/localize/file_utils.cpp +++ b/tools/localize/file_utils.cpp @@ -1,3 +1,6 @@ +#include <string.h> +#include <stdlib.h> +#include <unistd.h> #include "file_utils.h" #include "Perforce.h" #include <sys/fcntl.h> |
