Reviewers: Sven Panne,

Message:
Committed patchset #1 manually as 22916 (tree was closed).

Description:
Fix Mac build.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=22916

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -0 lines):
  M test/base-unittests/platform/time-unittest.cc


Index: test/base-unittests/platform/time-unittest.cc
diff --git a/test/base-unittests/platform/time-unittest.cc b/test/base-unittests/platform/time-unittest.cc index cd718e2aa2ed412ee6075d76ecb7a6a9b3e5bd63..0eb6795f6613a85c8136518df7ad2b95166b5c9a 100644
--- a/test/base-unittests/platform/time-unittest.cc
+++ b/test/base-unittests/platform/time-unittest.cc
@@ -4,6 +4,9 @@

 #include "src/base/platform/time.h"

+#if V8_OS_MACOSX
+#include <mach/mach_time.h>
+#endif
 #if V8_OS_POSIX
 #include <sys/time.h>
 #endif


--
--
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