aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-net_socket_socks5__client__socket.cc
blob: 2e3e8401bf49f48687342006a246a73f77108a4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- net/socket/socks5_client_socket.cc.orig	2021-01-07 00:36:39 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"