summaryrefslogtreecommitdiff
path: root/tasks.cpp
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 /tasks.cpp
parent5f457e6d67133e2b7e7269efedbbe758227b44e3 (diff)
downloadvdr-plugin-live-30fef3dda362173844b4edb50294803e02308269.tar.gz
vdr-plugin-live-30fef3dda362173844b4edb50294803e02308269.tar.bz2
Fixed compilation with VDR 2.2.0
Diffstat (limited to 'tasks.cpp')
-rw-r--r--tasks.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks.cpp b/tasks.cpp
index dfa0baf..350af2e 100644
--- a/tasks.cpp
+++ b/tasks.cpp
@@ -4,6 +4,10 @@
#include "stdext.h"
#include "recman.h"
+#if VDRVERSNUM < 20300
+#include "tools.h" // ReadLock
+#endif
+
// STL headers need to be before VDR tools.h (included by <vdr/menu.h>)
#include <algorithm>