ports/www/chromium/files/patch-net_socket_socks5__client__socket.cc
Robert Nagy 4eb083eab9 www/chromium: update to 101.0.4951.41
Security:	26f2123b-c6c6-11ec-b66f-3065ec8fd3ec
2022-04-28 09:47:56 +02:00

12 lines
368 B
C++

--- 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;