| Index: src/platform/condition-variable.cc
|
| diff --git a/src/platform/condition-variable.cc b/src/platform/condition-variable.cc
|
| index 8e4d16a29ed6616a21d71680c1cc78221b13f672..e180acdcb7fe91bf8eb5222734b09e5590110f8a 100644
|
| --- a/src/platform/condition-variable.cc
|
| +++ b/src/platform/condition-variable.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/condition-variable.h"
|
| +#include "src/platform/condition-variable.h"
|
|
|
| #include <errno.h>
|
| #include <time.h>
|
|
|
| -#include "platform/time.h"
|
| +#include "src/platform/time.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|