summaryrefslogtreecommitdiff
path: root/scraper2vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'scraper2vdr.c')
-rw-r--r--scraper2vdr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/scraper2vdr.c b/scraper2vdr.c
index 8f81c50..e21d234 100644
--- a/scraper2vdr.c
+++ b/scraper2vdr.c
@@ -6,7 +6,10 @@
* $Id$
*/
+#include "lib/config.h"
+
#include "scraper2vdr.h"
+
const char* logPrefix = LOG_PREFIX;
#if defined (APIVERSNUM) && (APIVERSNUM < 10600)
@@ -80,7 +83,7 @@ eOSState cScraper2VdrPluginMenu::ProcessKey(eKeys key) {
//***************************************************************************
cPluginScraper2vdr::cPluginScraper2vdr(void) {
- cDbConnection::init();
+ cDbConnection::init(EPG_PLUGIN_SEM_KEY);
}
cPluginScraper2vdr::~cPluginScraper2vdr() {