summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-17 21:32:11 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-17 21:32:11 +0200
commit69f93db8fa6e33fd506c8e569660629fea5d80c4 (patch)
tree6aab485d751f5c3b4b3b82f983b2b2ec5ad53c4e /eepg.c
parent3a1c661a2573115e965161f78688c633a92dd10b (diff)
parent6c2887ff73678a872d6588a48c87476ab670d7e6 (diff)
downloadvdr-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 'eepg.c')
-rw-r--r--eepg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index fac41e5..1b7c0a2 100644
--- a/eepg.c
+++ b/eepg.c
@@ -38,7 +38,9 @@
#include <libsi/si.h>
#include "eepg.h"
#include "dish.h"
+#if APIVERSNUM > 10725
#include "epghandler.h"
+#endif
#include "log.h"
#include "setupeepg.h"