mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
13 lines
276 B
C++
13 lines
276 B
C++
--- net/socket/socks5_client_socket.cc.orig 2021-01-07 00:36:39 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"
|