summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-net_socket_socks5__client__socket.cc
blob: 1df3deefc418b439c27be95cee925e1c4d03f9ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- net/socket/socks5_client_socket.cc.orig	2019-04-30 22:22:55 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"