diff options
author | horchi <vdr@jwendel.de> | 2018-10-21 15:26:01 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-10-21 15:26:01 +0200 |
commit | 4a5f296bfca854ac48eb6b7dd3356ccc6c83edba (patch) | |
tree | 121cf0aaab8ee83dc0c8f530d4fca298416305ba | |
parent | e8781e497a86af36db0aa595f8322f2947815fc3 (diff) | |
download | vdr-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.h | 8 | ||||
-rw-r--r-- | PLUGINS/epgdata/epgdata.h | 2 | ||||
-rw-r--r-- | update.c | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -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" //*************************************************************************** @@ -7,7 +7,7 @@ #include <dirent.h> #include <unistd.h> - +#include <inttypes.h> #include <locale.h> #include <stdio.h> #include <signal.h> |