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
13 lines
336 B
C++
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"
|