commit | 862bfdba159580f825af563b8e283842e28d140c | [log] [tgz] |
---|---|---|
author | Alexey Zaytsev <alexey.zaytsev@gmail.com> | Wed Oct 22 02:05:55 2008 +0400 |
committer | Alexey Zaytsev <alexey.zaytsev@gmail.com> | Wed Oct 22 02:05:55 2008 +0400 |
tree | 7f0ae6af123e87ee0dc02d8d9852e45ecf3171ed | |
parent | 0aa7fe6876d533610b4b993035030b946cc32e4c [diff] [blame] |
Add a few missing headers. Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
diff --git a/tools/localize/file_utils.cpp b/tools/localize/file_utils.cpp index 9431709..1cda7ec 100644 --- a/tools/localize/file_utils.cpp +++ b/tools/localize/file_utils.cpp
@@ -3,6 +3,8 @@ #include <sys/fcntl.h> #include <sys/stat.h> #include <errno.h> +#include <string.h> +#include <stdlib.h> #include <host/Directories.h> #include "log.h"