| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index b12297ebce58702df650e36b295887d98dfb262c..2805e421607e43ff028485351cb1a46801673606 100644
|
| --- a/base/process_util.h
|
| +++ b/base/process_util.h
|
| @@ -37,10 +37,13 @@ typedef struct _malloc_zone_t malloc_zone_t;
|
| #include <vector>
|
|
|
| #include "base/base_export.h"
|
| -#include "base/file_descriptor_shuffle.h"
|
| #include "base/file_path.h"
|
| #include "base/process.h"
|
|
|
| +#if defined(OS_POSIX)
|
| +#include "base/posix/file_descriptor_shuffle.h"
|
| +#endif
|
| +
|
| class CommandLine;
|
|
|
| namespace base {
|
|
|