1 --- net/socket/socks5_client_socket.cc.orig	2022-04-21 18:48:31 UTC
2 +++ net/socket/socks5_client_socket.cc
3 @@ -19,6 +19,9 @@
4  #include "net/log/net_log_event_type.h"
5  #include "net/traffic_annotation/network_traffic_annotation.h"
6 
7 +#include <sys/types.h>
8 +#include <netinet/in.h>
9 +
10  namespace net {
11 
12  const unsigned int SOCKS5ClientSocket::kGreetReadHeaderSize = 2;
13