From: Chris Tallon Date: Wed, 31 Jul 2019 15:29:42 +0000 (+0100) Subject: New include for spdlog 1.3.1 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=718b93e8de853f8c2cfbba10da3259ae6e40c197;p=jsonserver.git New include for spdlog 1.3.1 Update readme --- diff --git a/README b/README index 91cf4b6..b973d82 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Your Name +Written by: Chris Tallon Project's homepage: http://vomp.tv/jsonserver @@ -15,5 +15,3 @@ See the file COPYING for more information. Description: A JSON data server plugin for VDR. - -Uses embedded Mongoose 3.7, and depends on libjsoncpp (0.6) from system. diff --git a/jsonserver.c b/jsonserver.c index ac50fa7..a725e33 100644 --- a/jsonserver.c +++ b/jsonserver.c @@ -6,6 +6,9 @@ */ // Log docs: https://github.com/gabime/spdlog #include +#if __has_include() +#include +#endif namespace spd = spdlog; /* trace