From 8f03a441d30f61ac6d909581924eeef71041bf78 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Mon, 24 May 2021 11:54:27 -0700 Subject: [PATCH] [build] fix a couple of build issues --- src/Makefile.am | 1 + src/curl_looper.hh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9b7f8e87..67374d03 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/curl_looper.hh b/src/curl_looper.hh index 750a8e19..520e3cbc 100644 --- a/src/curl_looper.hh +++ b/src/curl_looper.hh @@ -50,7 +50,7 @@ public: }; }; -class curl_looper : public isc::service { +class curl_looper : public isc::service { public: void start() { }; void stop() { };