Chromium Code Reviews| Index: base/files/file_util.cc |
| diff --git a/base/files/file_util.cc b/base/files/file_util.cc |
| index 80fa44f9ea22648fb7b9e9a55e67a049abcb66c0..f60b9b9922dfe6d66e3b5b3cb7d8b8129aac10ec 100644 |
| --- a/base/files/file_util.cc |
| +++ b/base/files/file_util.cc |
| @@ -21,6 +21,10 @@ |
| #include "base/strings/utf_string_conversions.h" |
| #include "build/build_config.h" |
| +#if defined(OS_FUCHSIA) |
| +#include <unistd.h> |
| +#endif |
| + |
| namespace base { |
| #if !defined(OS_NACL_NONSFI) |