Reviewers: Michael Achenbach,

Message:
PTAL

Description:
Add missing header to time.cc.

[email protected]
BUG=391721
LOG=N

Please review this at https://codereview.chromium.org/375503007/

SVN Base: https://v8.googlecode.com/svn/trunk

Affected files (+1, -0 lines):
  M src/base/platform/time.cc


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>


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to