diff options
Diffstat (limited to 'thread.cpp')
-rw-r--r-- | thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ #include <cstdlib> #include <iostream> #include <stdexcept> +#include <vdr/tools.h> #include <tnt/tntnet.h> -#include <vdr/plugin.h> #include "thread.h" #include "tntconfig.h" |