blob: 95e99edb1b35157c956029c557c59e20bffee192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-net_socket_socks5_client_socket_cc,v 1.11 2021/09/01 16:54:40 robert Exp $
Index: net/socket/socks5_client_socket.cc
--- net/socket/socks5_client_socket.cc.orig
+++ net/socket/socks5_client_socket.cc
@@ -20,6 +20,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;
|