From 30fef3dda362173844b4edb50294803e02308269 Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sun, 21 May 2017 04:07:46 +0200 Subject: Fixed compilation with VDR 2.2.0 --- tasks.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tasks.cpp') 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 ) #include -- cgit v1.2.3