diff options
Diffstat (limited to 'vdr_decoder.h')
| -rw-r--r-- | vdr_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr_decoder.h b/vdr_decoder.h index 74f51ad..4867971 100644 --- a/vdr_decoder.h +++ b/vdr_decoder.h @@ -20,7 +20,7 @@ #include <string> -#include <thread.h> +#include <vdr/thread.h> #include <string> #define DEC_ID(a,b,c,d) (((a)<<24)+((b)<<16)+((c)<<8)+(d)) |
