summaryrefslogtreecommitdiff
path: root/tasks.cpp
diff options
context:
space:
mode:
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>