--- a/dtndht/dtndht.h +++ b/dtndht/dtndht.h @@ -7,6 +7,7 @@ extern "C" { #include #include +#include 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 #include #include +#include #ifdef HAVE_OPENSSL_SHA_H #include #else --- a/dtndht/rating.h +++ b/dtndht/rating.h @@ -12,6 +12,7 @@ #include #include #include +#include #ifdef HAVE_OPENSSL_SHA_H #include #else