Chromium Code Reviews| Index: base/file_util.h |
| diff --git a/base/file_util.h b/base/file_util.h |
| index d9f4c3efcf6144bc937c539659f5eab36d19f64f..03c23960fc34beb5c692c3414ca1bd6753b7edfe 100644 |
| --- a/base/file_util.h |
| +++ b/base/file_util.h |
| @@ -18,6 +18,7 @@ |
| #endif |
| #elif defined(OS_POSIX) |
| #include <sys/stat.h> |
| +#include <unistd.h> |
|
tzik
2011/06/15 09:38:19
for close()
|
| #endif |
| #include <stdio.h> |