| Index: base/file_descriptor_shuffle.cc
|
| diff --git a/base/file_descriptor_shuffle.cc b/base/file_descriptor_shuffle.cc
|
| index 2bb156bf3c7d5005cd55242744f6e5e0d5f0e38e..ca9baad312197ec6f7cc0424f976ec61b967da2d 100644
|
| --- a/base/file_descriptor_shuffle.cc
|
| +++ b/base/file_descriptor_shuffle.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 "base/file_descriptor_shuffle.h"
|
| -
|
| -#include <errno.h>
|
| +#include <stddef.h>
|
| #include <unistd.h>
|
| +#include <vector>
|
|
|
| #include "base/eintr_wrapper.h"
|
| +#include "base/file_descriptor_shuffle.h"
|
| #include "base/logging.h"
|
|
|
| namespace base {
|
|
|