freebsd-ports/www/chromium/files/patch-net__socket__socks5_client_socket.cc
Christoph Moench-Tegeder 0955c59918 Update chromium to 49.0.2623.110
Approved by:	miwi (mentor), rene (mentor)
MFH:		2016Q1
Security:	5c288f68-c7ca-4c0d-b7dc-1ec6295200b3
Security:	f85fa236-e2a6-412e-b5c7-c42120892de5
Security:	8be8ca39-ae70-4422-bf1a-d8fae6911c5e
2016-03-29 20:36:24 +00:00

13 lines
336 B
C++

--- net/socket/socks5_client_socket.cc.orig 2016-03-05 12:01:24.173856244 +0100
+++ net/socket/socks5_client_socket.cc 2016-03-05 12:01:43.793854738 +0100
@@ -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"