diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-17 21:32:11 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-17 21:32:11 +0200 |
commit | 69f93db8fa6e33fd506c8e569660629fea5d80c4 (patch) | |
tree | 6aab485d751f5c3b4b3b82f983b2b2ec5ad53c4e /epghandler.h | |
parent | 3a1c661a2573115e965161f78688c633a92dd10b (diff) | |
parent | 6c2887ff73678a872d6588a48c87476ab670d7e6 (diff) | |
download | vdr-plugin-eepg-69f93db8fa6e33fd506c8e569660629fea5d80c4.tar.gz vdr-plugin-eepg-69f93db8fa6e33fd506c8e569660629fea5d80c4.tar.bz2 |
Merge branch 'epg-handler' of ssh://192.168.1.137/home/dime/VDR/PLUGINS/src/eepg into epg-handler
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epghandler.h b/epghandler.h index 16dbca3..61f295b 100644 --- a/epghandler.h +++ b/epghandler.h @@ -7,6 +7,7 @@ #ifndef CEEPGHANDLER_H_ #define CEEPGHANDLER_H_ +#include <vdr/config.h> #if APIVERSNUM > 10725 #include <vdr/epg.h> #include <string> |