--- net/socket/socks5_client_socket.cc.orig 2021-01-07 00:36:39 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"