summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-net_socket_socks5__client__socket.cc
blob: 4580e23332e6787abc079632b60321cfcb0a2c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- net/socket/socks5_client_socket.cc.orig	2019-03-15 06:37:30 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/callback_helpers.h"