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 | 74a6020c1c54f44d1866ae9299e4acd264d58b79 (patch) | |
tree | 2595d69903d0b3e4b4813a875ad2960afd468908 /mg_mysql.c | |
parent | a649b791972980a387b66ddf9898d62c098eb4fd (diff) | |
download | vdr-plugin-muggle-74a6020c1c54f44d1866ae9299e4acd264d58b79.tar.gz vdr-plugin-muggle-74a6020c1c54f44d1866ae9299e4acd264d58b79.tar.bz2 |
Final changes for 0.1.4
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@546 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_mysql.c')
-rw-r--r-- | mg_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |