--- net/socket/socks5_client_socket.cc.orig 2014-10-10 08:54:16 UTC +++ net/socket/socks5_client_socket.cc @@ -4,6 +4,10 @@ #include "net/socket/socks5_client_socket.h" +#if defined(OS_BSD) +#include +#endif + #include "base/basictypes.h" #include "base/callback_helpers.h" #include "base/compiler_specific.h"