mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
- Drop build dependency on devel/subversion Submitted by: George Liaskos Security: CVE-2012-[2846-2860], CVE-2012-[2862-2863]
13 lines
382 B
C++
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"
|