summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-05-21 04:07:46 +0200
committerJasmin Jessich <jasmin@anw.at>2017-05-21 04:08:34 +0200
commit30fef3dda362173844b4edb50294803e02308269 (patch)
tree5eb370c1bdb54a11f292096e65eb8e24a251b1db /pages
parent5f457e6d67133e2b7e7269efedbbe758227b44e3 (diff)
downloadvdr-plugin-live-30fef3dda362173844b4edb50294803e02308269.tar.gz
vdr-plugin-live-30fef3dda362173844b4edb50294803e02308269.tar.bz2
Fixed compilation with VDR 2.2.0
Diffstat (limited to 'pages')
-rw-r--r--pages/channels_widget.ecpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/channels_widget.ecpp b/pages/channels_widget.ecpp
index c71506d..64dc3c9 100644
--- a/pages/channels_widget.ecpp
+++ b/pages/channels_widget.ecpp
@@ -3,6 +3,10 @@
#include <exception.h>
#include <setup.h>
+#if VDRVERSNUM < 20300
+#include <tools.h> // ReadLock
+#endif
+
using namespace vdrlive;
</%pre>