summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-10-21 15:26:01 +0200
committerhorchi <vdr@jwendel.de>2018-10-21 15:26:01 +0200
commit4a5f296bfca854ac48eb6b7dd3356ccc6c83edba (patch)
tree121cf0aaab8ee83dc0c8f530d4fca298416305ba
parente8781e497a86af36db0aa595f8322f2947815fc3 (diff)
downloadvdr-epg-daemon-4a5f296bfca854ac48eb6b7dd3356ccc6c83edba.tar.gz
vdr-epg-daemon-4a5f296bfca854ac48eb6b7dd3356ccc6c83edba.tar.bz2
2018-10-21: version 1.1.145 (horchi)\n change: Fixed gentoo compile problem\n\n
-rw-r--r--HISTORY.h8
-rw-r--r--PLUGINS/epgdata/epgdata.h2
-rw-r--r--update.c2
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 <inttypes.h>
+
#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 <dirent.h>
#include <unistd.h>
-
+#include <inttypes.h>
#include <locale.h>
#include <stdio.h>
#include <signal.h>