summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eepg.c2
-rw-r--r--epghandler.h1
2 files changed, 3 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"
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>