Files
ports/www/chromium/files/patch-net_socket_socks5__client__socket.cc
T
Joseph Mingrone a0dbfe2fb0 www/chromium: Update to version 87.0.4280.66
Submitted by:	Matthias Wolf, cem, rene
Obtained from:	Some patches from OpenBSD port (robert@openbsd.org)
2020-12-01 04:06:37 +00:00

14 lines
276 B
C++

--- net/socket/socks5_client_socket.cc.orig 2020-11-13 06:36:46 UTC
+++ net/socket/socks5_client_socket.cc
@@ -4,6 +4,10 @@
#include "net/socket/socks5_client_socket.h"
+#if defined(OS_BSD)
+#include <netinet/in.h>
+#endif
+
#include <utility>
#include "base/bind.h"