ports/www/chromium/files/patch-net__socket__socks5_client_socket.cc
Rene Ladan 4446d44189 - Update to 21.0.1180.81
- Drop build dependency on devel/subversion
Submitted by:	George Liaskos
Security:	CVE-2012-[2846-2860], CVE-2012-[2862-2863]
2012-08-28 20:25:56 +00:00

13 lines
382 B
C++

--- net/socket/socks5_client_socket.cc.orig 2012-07-26 22:30:09.628651909 +0300
+++ net/socket/socks5_client_socket.cc 2012-07-26 22:30:41.781651802 +0300
@@ -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/compiler_specific.h"
#include "base/debug/trace_event.h"