diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-17 20:36:31 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-17 20:36:31 +0200 |
commit | 6c2887ff73678a872d6588a48c87476ab670d7e6 (patch) | |
tree | 13f3a300964406177de6949124ba0793bc028ee4 /eepg.c | |
parent | eb3124a781a2ec0536aa78a4c9b17311f0387969 (diff) | |
download | vdr-plugin-eepg-6c2887ff73678a872d6588a48c87476ab670d7e6.tar.gz vdr-plugin-eepg-6c2887ff73678a872d6588a48c87476ab670d7e6.tar.bz2 |
added include for APIVERSNUM
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |