Chromium Code Reviews| Index: base/test/test_file_util_linux.cc |
| diff --git a/base/test/test_file_util_linux.cc b/base/test/test_file_util_linux.cc |
| index c2911ceea5635c32226cc672f410fd6b03f7bc89..993750edbdda42eaea19504006183ee0593b850e 100644 |
| --- a/base/test/test_file_util_linux.cc |
| +++ b/base/test/test_file_util_linux.cc |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2008 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. |
| @@ -7,6 +7,7 @@ |
| #include <fcntl.h> |
| #include <sys/stat.h> |
| #include <sys/types.h> |
| +#include <unistd.h> |
|
tzik
2011/06/15 09:38:19
for close()
|
| #include "base/file_path.h" |