From 4a5f296bfca854ac48eb6b7dd3356ccc6c83edba Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 21 Oct 2018 15:26:01 +0200 Subject: 2018-10-21: version 1.1.145 (horchi)\n change: Fixed gentoo compile problem\n\n --- HISTORY.h | 8 ++++++-- PLUGINS/epgdata/epgdata.h | 2 ++ update.c | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index 7eb3d2c..e77e151 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.144" -#define VERSION_DATE "03.10.2018" +#define _VERSION "1.1.145" +#define VERSION_DATE "21.10.2018" #define DB_API 7 #ifdef GIT_REV @@ -17,6 +17,10 @@ /* * ------------------------------------ * + +2018-10-21: version 1.1.145 (horchi) + change: Fixed gentoo compile problem + 2018-10-03: version 1.1.144 (horchi) change: Fixed g++-8 warnings diff --git a/PLUGINS/epgdata/epgdata.h b/PLUGINS/epgdata/epgdata.h index c4097a8..02be6e3 100644 --- a/PLUGINS/epgdata/epgdata.h +++ b/PLUGINS/epgdata/epgdata.h @@ -5,6 +5,8 @@ * */ +#include + #include "epgd.h" //*************************************************************************** diff --git a/update.c b/update.c index 1a71174..2767174 100644 --- a/update.c +++ b/update.c @@ -7,7 +7,7 @@ #include #include - +#include #include #include #include -- cgit v1.2.3