$OpenBSD: patch-net_socket_socks5_client_socket_cc,v 1.9 2018/05/04 07:14:58 robert Exp $
Index: net/socket/socks5_client_socket.cc
--- net/socket/socks5_client_socket.cc.orig
+++ net/socket/socks5_client_socket.cc
@@ -18,6 +18,9 @@
 #include "net/socket/client_socket_handle.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;
