Chromium Code Reviews| Index: ipc/ipc_channel.h |
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h |
| index 2aeca1fceda3a79ee34e080fb60e2487e404203e..14c375bbdee6c2e636d48362569031af37fbe3af 100644 |
| --- a/ipc/ipc_channel.h |
| +++ b/ipc/ipc_channel.h |
| @@ -8,6 +8,10 @@ |
| #include <string> |
| +#if defined(OS_POSIX) |
| +#include <sys/types.h> |
| +#endif |
| + |
| #include "base/compiler_specific.h" |
| #include "base/process.h" |
| #include "ipc/ipc_channel_handle.h" |