aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_socket_socks5__client__socket.cc
blob: d80844cdf1beb51751f24bfc2125fd3599018391 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/socket/socks5_client_socket.cc.orig	2022-04-21 18:48:31 UTC
+++ net/socket/socks5_client_socket.cc
@@ -19,6 +19,9 @@
 #include "net/log/net_log_event_type.h"
 #include "net/traffic_annotation/network_traffic_annotation.h"
 
+#include <sys/types.h>
+#include <netinet/in.h>
+
 namespace net {
 
 const unsigned int SOCKS5ClientSocket::kGreetReadHeaderSize = 2;