diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index 7d7f4e5c76956ba534e2f2226cf5955647c527ea..3d2fb1be510abf338cadfe2e9b3e5b78f9f2df2f 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -8,7 +8,7 @@ PKGS_FOUND += opendht
 endif
 
 # Avoid building distro-provided dependencies in case opendht was built manually
-DEPS_opendht += msgpack argon2 libressl restinio jsoncpp gnutls
+DEPS_opendht += msgpack argon2 libressl restinio jsoncpp gnutls asio
 
 OPENDHT_CONF = -DBUILD_SHARED_LIBS=Off \
 	-DBUILD_TESTING=Off \