a0dbfe2fb0
Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org)
14 lines
276 B
C++
14 lines
276 B
C++
--- net/socket/socks5_client_socket.cc.orig 2020-11-13 06:36:46 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/bind.h"
|