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 /PLUGINS | |
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
Diffstat (limited to 'PLUGINS')
-rw-r--r-- | PLUGINS/epgdata/epgdata.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" //*************************************************************************** |