aboutsummaryrefslogtreecommitdiffstats
path: root/devel/opendht/files/patch-include_opendht_value.h
blob: 3322b0cb663cedfdb60b55ceebe9222030d6e7a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/opendht/value.h.orig	2022-09-02 21:01:23 UTC
+++ include/opendht/value.h
@@ -26,6 +26,11 @@
 
 #include <msgpack.hpp>
 
+#if defined(__FreeBSD__)
+#include <sys/socket.h>
+#include <netinet/in.h>
+#endif
+
 #include <string>
 #include <string_view>
 #include <sstream>