Revision: 22228
Author: [email protected]
Date: Mon Jul 7 09:29:25 2014 UTC
Log: Add missing include to timers
Library function close() needs unistd.h header included.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/368363003
http://code.google.com/p/v8/source/detail?r=22228
Modified:
/branches/bleeding_edge/src/base/platform/time.cc
=======================================
--- /branches/bleeding_edge/src/base/platform/time.cc Thu Jul 3 19:18:26
2014 UTC
+++ /branches/bleeding_edge/src/base/platform/time.cc Mon Jul 7 09:29:25
2014 UTC
@@ -7,6 +7,7 @@
#if V8_OS_POSIX
#include <fcntl.h> // for O_RDONLY
#include <sys/time.h>
+#include <unistd.h>
#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.