summaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-net_socket_socks5__client__socket.cc
blob: a802cff95b4758e205c7e805307b28a2bd415bb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/socket/socks5_client_socket.cc.orig	2025-04-22 20:15:27 UTC
+++ net/socket/socks5_client_socket.cc
@@ -23,6 +23,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;