From 6f39d9ae7ccebe482148e3cac79fccd27974d7a8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 9 Apr 2020 19:02:32 -0700 Subject: [PATCH] CLI tools print libevent version --- tools/call.cpp | 2 ++ tools/get.cpp | 2 ++ tools/info.cpp | 2 ++ tools/monitor.cpp | 2 ++ tools/put.cpp | 2 ++ tools/pvxvct.cpp | 3 ++- 6 files changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/call.cpp b/tools/call.cpp index 6b43ea5..0fe905f 100644 --- a/tools/call.cpp +++ b/tools/call.cpp @@ -18,6 +18,7 @@ #include #include #include "utilpvt.h" +#include "evhelper.h" using namespace pvxs; @@ -53,6 +54,7 @@ int main(int argc, char *argv[]) case 'V': std::cout< #include #include "utilpvt.h" +#include "evhelper.h" using namespace pvxs; @@ -61,6 +62,7 @@ int main(int argc, char *argv[]) case 'V': std::cout< #include #include "utilpvt.h" +#include "evhelper.h" using namespace pvxs; @@ -51,6 +52,7 @@ int main(int argc, char *argv[]) case 'V': std::cout< #include #include "utilpvt.h" +#include "evhelper.h" using namespace pvxs; @@ -61,6 +62,7 @@ int main(int argc, char *argv[]) case 'V': std::cout< #include #include "utilpvt.h" +#include "evhelper.h" using namespace pvxs; @@ -53,6 +54,7 @@ int main(int argc, char *argv[]) case 'V': std::cout<