diff options
author | horchi <vdr@jwendel.de> | 2018-02-26 18:21:06 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-26 18:21:06 +0100 |
commit | d9d90f03128c531cd0b93cebca2af5660c2d4322 (patch) | |
tree | efa68187a912357db99534afd35649e8d3453454 /lib | |
parent | 5a7781abf60c473e975674c9479006005c77d7d3 (diff) | |
download | vdr-plugin-epg2vdr-d9d90f03128c531cd0b93cebca2af5660c2d4322.tar.gz vdr-plugin-epg2vdr-d9d90f03128c531cd0b93cebca2af5660c2d4322.tar.bz2 |
2018-02-26 version 1.1.91 (horchi)\n - change: backward compatibility to vdr 2.2.0 - another step\n\n1.1.91vdr-2-2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.h b/lib/common.h index 3d0aa95..c7faf81 100644 --- a/lib/common.h +++ b/lib/common.h @@ -33,6 +33,7 @@ #ifdef VDR_PLUGIN # include <vdr/tools.h> +# include <vdr/thread.h> #endif class MemoryStruct; |