diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-11-16 13:58:19 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-11-16 13:58:19 +0000 |
commit | 038a876a48c36230d678e103f10c8fcbccfe8af7 (patch) | |
tree | 351aa47ba7153a32511db82c81bbc89e21c706ed | |
parent | abaf576b2b97d4f0ee8ce6b638e9abbf717996b1 (diff) | |
download | vdr-plugin-muggle-038a876a48c36230d678e103f10c8fcbccfe8af7.tar.gz vdr-plugin-muggle-038a876a48c36230d678e103f10c8fcbccfe8af7.tar.bz2 |
make mg_db_gd_mysql.c compilable with gcc4.3 base on
a patch by Andreas Brachold (slightly changed)
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1213 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | mg_db_gd_mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_db_gd_mysql.c b/mg_db_gd_mysql.c index 6da92ea..b93a449 100644 --- a/mg_db_gd_mysql.c +++ b/mg_db_gd_mysql.c @@ -6,6 +6,7 @@ * \date $Date: 2005-04-13 17:42:54 +0100 (Thu, 13 Apr 2005) $ * \author Wolfgang Rohdewald * \author Responsible author: $Author: wolfgang61 $ */ +#include <cstring> #include <string> #include <sys/types.h> #include <sys/stat.h> |