summaryrefslogtreecommitdiff
path: root/epghandler.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-17 20:36:31 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-17 20:36:31 +0200
commit6c2887ff73678a872d6588a48c87476ab670d7e6 (patch)
tree13f3a300964406177de6949124ba0793bc028ee4 /epghandler.c
parenteb3124a781a2ec0536aa78a4c9b17311f0387969 (diff)
downloadvdr-plugin-eepg-6c2887ff73678a872d6588a48c87476ab670d7e6.tar.gz
vdr-plugin-eepg-6c2887ff73678a872d6588a48c87476ab670d7e6.tar.bz2
added include for APIVERSNUM
Diffstat (limited to 'epghandler.c')
-rw-r--r--epghandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epghandler.c b/epghandler.c
index 36aaf74..515ae6c 100644
--- a/epghandler.c
+++ b/epghandler.c
@@ -5,8 +5,8 @@
* Author: d.petrovski
*/
-#if APIVERSNUM > 10725
#include "epghandler.h"
+#if APIVERSNUM > 10725
#include "log.h"
cEEpgHandler::cEEpgHandler() {