summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-net_socket_socks5__client__socket.cc
blob: ef7673c870b7af3435fdacb92e71325e1038c264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- net/socket/socks5_client_socket.cc.orig	2019-09-10 11:14:10 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"