opnsense-ports/devel/electron32/files/patch-net_socket_socks5__client__socket.cc
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

12 lines
368 B
C++

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