Revision: 22916
Author:   [email protected]
Date:     Wed Aug  6 09:50:17 2014 UTC
Log:      Fix Mac build.

[email protected]

Review URL: https://codereview.chromium.org/441283002
http://code.google.com/p/v8/source/detail?r=22916

Modified:
 /branches/bleeding_edge/test/base-unittests/platform/time-unittest.cc

=======================================
--- /branches/bleeding_edge/test/base-unittests/platform/time-unittest.cc Wed Aug 6 09:35:21 2014 UTC +++ /branches/bleeding_edge/test/base-unittests/platform/time-unittest.cc Wed Aug 6 09:50:17 2014 UTC
@@ -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