aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-net_socket_socks5__client__socket.cc
blob: 088dc1ac4f5873ea594b25519e5b471e745ee24c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- net/socket/socks5_client_socket.cc.orig	2024-08-14 20:55:09 UTC
+++ net/socket/socks5_client_socket.cc
@@ -24,6 +24,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;