Reviewers: Dmitry Lomov (chromium),

Description:
Version 3.28.15.1 (merged r22228)

Add missing include to timers

[email protected]
BUG=

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

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

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


Index: src/base/platform/time.cc
diff --git a/src/base/platform/time.cc b/src/base/platform/time.cc
index f8ff893288008a2d55cb60585803b6514fb5f2dc..74960bebb134e0643ad6e3e7e156344bd1d08cea 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>
 #endif
 #if V8_OS_MACOSX
 #include <mach/mach_time.h>
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index eefe84d737ad2d83a3bab47a998944c09ef5cb69..18fcb169428aea81abb81d8a00e37bb28f6f830f 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     28
 #define BUILD_NUMBER      15
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0


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