opnsense-ports/devel/electron22/files/patch-net_socket_socks5__client__socket.cc
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01: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;