diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 12:41:19 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 13:20:23 +0200 |
commit | 700543b394c4e87e3bc372fb00c221c456c2adf2 (patch) | |
tree | 0302ce7047672beca04c56f4f8a07a08f43d6915 /channelgroups.h | |
parent | 1df9641621203b9eeb87c269c9e962691398e010 (diff) | |
download | vdr-plugin-tvguide-700543b394c4e87e3bc372fb00c221c456c2adf2.tar.gz vdr-plugin-tvguide-700543b394c4e87e3bc372fb00c221c456c2adf2.tar.bz2 |
GetLastValidChannel
Diffstat (limited to 'channelgroups.h')
-rw-r--r-- | channelgroups.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/channelgroups.h b/channelgroups.h index 02b146d..e919123 100644 --- a/channelgroups.h +++ b/channelgroups.h @@ -3,6 +3,7 @@ #include <vector> #include <vdr/channels.h> +#include "config.h" #include "channelgroup.h" // --- cChannelGroups ------------------------------------------------------------- |