mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
ArangoDB is a production ready highly available Multi-Model NoSQL database PR: 223240 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D12793
15 lines
434 B
C
15 lines
434 B
C
--- lib/Basics/socket-utils.h.orig 2017-11-15 11:23:07 UTC
|
|
+++ lib/Basics/socket-utils.h
|
|
@@ -31,6 +31,12 @@
|
|
#include <WS2tcpip.h>
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
+
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
/// @brief socket types
|
|
////////////////////////////////////////////////////////////////////////////////
|