[build] fix a couple of build issues

This commit is contained in:
Timothy Stack 2021-05-24 11:54:27 -07:00
parent 9231e812d7
commit 8f03a441d3
2 changed files with 2 additions and 1 deletions

View File

@ -297,6 +297,7 @@ nodist_libdiag_a_SOURCES = \
$(LNAV_BUILT_FILES)
THIRD_PARTY_SRCS = \
third-party/backward-cpp/backward.hpp \
third-party/sqlite/ext/dbdump.c \
third-party/sqlite/ext/series.c

View File

@ -50,7 +50,7 @@ public:
};
};
class curl_looper : public isc::service {
class curl_looper : public isc::service<curl_looper> {
public:
void start() { };
void stop() { };