mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
12 lines
368 B
C++
12 lines
368 B
C++
--- net/socket/socks5_client_socket.cc.orig 2025-04-16 18:18:42 UTC
|
|
+++ net/socket/socks5_client_socket.cc
|
|
@@ -23,6 +23,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;
|