aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_socket_socks5__client__socket.cc
blob: a21636b1aaf01a4864ee6d2aa96c3b6dbebc7b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- net/socket/socks5_client_socket.cc.orig	2016-05-11 19:02:24 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"