diff options
Diffstat (limited to 'base/time_posix.cc')
-rw-r--r-- | base/time_posix.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/time_posix.cc b/base/time_posix.cc index e9ea434..39b2a75 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> #include <limits> |