diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-06 15:10:09 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-06 15:10:09 +0000 |
commit | 755fe1b4cf17cfb386371a179680407657845438 (patch) | |
tree | 8224fbb26470c7ea4a4f542399a63b7c3e6d733f /muggle-plugin/mg_mysql.c | |
parent | 16175d873394aa16a77031cd4f1c1034d25cfa09 (diff) | |
download | vdr-plugin-muggle-755fe1b4cf17cfb386371a179680407657845438.tar.gz vdr-plugin-muggle-755fe1b4cf17cfb386371a179680407657845438.tar.bz2 |
Final changes for 0.1.4
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@546 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/mg_mysql.c')
-rw-r--r-- | muggle-plugin/mg_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/mg_mysql.c b/muggle-plugin/mg_mysql.c index d7b6476..8c315f3 100644 --- a/muggle-plugin/mg_mysql.c +++ b/muggle-plugin/mg_mysql.c @@ -16,7 +16,7 @@ #include <sys/types.h> #include <time.h> -#include "vdr_setup.h" +#include "mg_setup.h" bool needGenre2; static bool needGenre2_set; |