Index: components/nacl/browser/nacl_process_host.cc |
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc |
index 3dfc1d8c4ac7ad4b1ec5be35ed7774dca2eeb4c5..6d44c3559f135e1b795fcd06d3c337bd257d8a0c 100644 |
--- a/components/nacl/browser/nacl_process_host.cc |
+++ b/components/nacl/browser/nacl_process_host.cc |
@@ -60,6 +60,7 @@ |
#if defined(OS_POSIX) |
+#include <arpa/inet.h> |
#include <fcntl.h> |
#include <netinet/in.h> |
#include <sys/socket.h> |
@@ -67,6 +68,7 @@ |
#include "ipc/ipc_channel_posix.h" |
#elif defined(OS_WIN) |
#include <windows.h> |
+#include <winsock2.h> |
#include "base/threading/thread.h" |
#include "base/win/scoped_handle.h" |