summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-06-07 21:07:26 +0200
committerJasmin Jessich <jasmin@anw.at>2017-06-07 21:07:26 +0200
commit475773e05f3ff85efac39120e0b6a31b7d337b1a (patch)
treee955fc9ffb0602df1be9790a73259b1b027638c5 /setup.cpp
parentc60d14e39aa436c4f48d7b7ebbc1d31fee4f8bfd (diff)
downloadvdr-plugin-live-475773e05f3ff85efac39120e0b6a31b7d337b1a.tar.gz
vdr-plugin-live-475773e05f3ff85efac39120e0b6a31b7d337b1a.tar.bz2
Fixed all undefined preprocessor variables
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cpp b/setup.cpp
index a77d215..ca11603 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -2,6 +2,7 @@
#include "setup.h"
#include "tools.h"
+#include "tntfeatures.h"
// STL headers need to be before VDR tools.h (included by <vdr/plugin.h>)
#include <getopt.h>