Index: base/time_posix.cc |
diff --git a/base/time_posix.cc b/base/time_posix.cc |
index e9ea43402088e4a70a2a2a5936fdad9f24ff2fd3..39b2a7592a974be2040ac99b56e9abcd9722dabc 100644 |
--- a/base/time_posix.cc |
+++ b/base/time_posix.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,6 +6,7 @@ |
#include <sys/time.h> |
#include <time.h> |
+#include <unistd.h> |
tzik
2011/06/15 09:38:19
for _POSIX_MONOTONIC_CLOCK
|
#include <limits> |