MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
13 lines
288 B
C++
13 lines
288 B
C++
--- net/socket/socks5_client_socket.cc.orig 2017-04-19 19:06:36 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"
|