summaryrefslogtreecommitdiff
path: root/epghandler.h
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-17 20:36:31 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-18 09:22:27 +0200
commitf45501c9a660c888b2fecccbc66249c38a7d40ed (patch)
tree6aab485d751f5c3b4b3b82f983b2b2ec5ad53c4e /epghandler.h
parent4ce3841972c23d31a1dfb64f068ceeb6e8d35cd9 (diff)
downloadvdr-plugin-eepg-f45501c9a660c888b2fecccbc66249c38a7d40ed.tar.gz
vdr-plugin-eepg-f45501c9a660c888b2fecccbc66249c38a7d40ed.tar.bz2
added include for APIVERSNUM
Diffstat (limited to 'epghandler.h')
-rw-r--r--epghandler.h1
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>