<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/dtndht/dtndht.h
+++ b/dtndht/dtndht.h
@@ -7,6 +7,7 @@ extern "C" {
 
 #include &lt;stdio.h&gt;
 #include &lt;sys/socket.h&gt;
+#include &lt;time.h&gt;
 
 enum dtn_dht_bind_type {
 	BINDNONE = 0, IPV4ONLY = 1, IPV6ONLY = 2, BINDBOTH = 3
--- a/dtndht/blacklist.c
+++ b/dtndht/blacklist.c
@@ -6,6 +6,7 @@
 #include &lt;string.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;arpa/inet.h&gt;
+#include &lt;sys/types.h&gt;
 #ifdef HAVE_OPENSSL_SHA_H
 #include &lt;openssl/sha.h&gt;
 #else
--- a/dtndht/rating.h
+++ b/dtndht/rating.h
@@ -12,6 +12,7 @@
 #include &lt;sys/socket.h&gt;
 #include &lt;arpa/inet.h&gt;
 #include &lt;string.h&gt;
+#include &lt;time.h&gt;
 #ifdef HAVE_OPENSSL_SHA_H
 #include &lt;openssl/sha.h&gt;
 #else
</pre></body></html>