Chromium Code Reviews| Index: src/base/platform/time.cc |
| diff --git a/src/base/platform/time.cc b/src/base/platform/time.cc |
| index f8ff893288008a2d55cb60585803b6514fb5f2dc..bbc89efd1bb22f1ed30fbd2c6d6cb1e22c2655c9 100644 |
| --- a/src/base/platform/time.cc |
| +++ b/src/base/platform/time.cc |
| @@ -7,6 +7,7 @@ |
| #if V8_OS_POSIX |
| #include <fcntl.h> // for O_RDONLY |
| #include <sys/time.h> |
| +#include <unistd.h> // for close(int) |
| #endif |
| #if V8_OS_MACOSX |
| #include <mach/mach_time.h> |