aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net__socket__socks5_client_socket.cc
blob: f0cae1462b2c11a3cdee4b7432e584ea94ec1d59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./net/socket/socks5_client_socket.cc.orig	2014-08-12 21:02:38.000000000 +0200
+++ ./net/socket/socks5_client_socket.cc	2014-08-13 09:56:58.000000000 +0200
@@ -4,6 +4,10 @@
 
 #include "net/socket/socks5_client_socket.h"
 
+#if defined(OS_BSD)
+#include <netinet/in.h>
+#endif
+
 #include "base/basictypes.h"
 #include "base/callback_helpers.h"
 #include "base/compiler_specific.h"