From 0a4155cdfa49b8630688bafb68ce51a98b3725dd Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Wed, 13 Jan 2021 14:30:54 +0700 Subject: [PATCH] ... --- cellframe-sdk | 2 +- sources/main.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cellframe-sdk b/cellframe-sdk index ce31b0d..05eb1d2 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit ce31b0dd23450567cc7499675083a69c54062c3e +Subproject commit 05eb1d234617db6b3657518b7a0c32d1daf31814 diff --git a/sources/main.c b/sources/main.c index 865d9cd..ef98e7a 100755 --- a/sources/main.c +++ b/sources/main.c @@ -58,7 +58,8 @@ #include "dap_server.h" #include "dap_http.h" #include "dap_http_folder.h" -#include "dap_dns_server.h" +#include "dap_chain_node_dns_client.h" +#include "dap_chain_node_dns_server.h" #include "dap_modules_dynamic_cdb.h" -- GitLab