--- net/socket/socks5_client_socket.cc.orig 2019-04-30 22:22:55 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 #include "base/bind.h"