From 718b93e8de853f8c2cfbba10da3259ae6e40c197 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Wed, 31 Jul 2019 16:29:42 +0100 Subject: [PATCH] New include for spdlog 1.3.1 Update readme --- README | 4 +--- jsonserver.c | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2