ports/devel/opendht/files/patch-include_opendht_value.h
2022-11-06 01:20:22 -07:00

14 lines
281 B
C++

--- 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>