diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-28 09:55:54 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-28 09:55:54 +0000 |
commit | d89ce8d5a49861d4b54380d0660f676bba07522a (patch) | |
tree | 44b1243b86745c02d091ec30f9c5fbaeb8dd314c | |
parent | d671f02bd5f8b0bde5f48a44083efd4c50c511c4 (diff) | |
download | vdr-plugin-muggle-d89ce8d5a49861d4b54380d0660f676bba07522a.tar.gz vdr-plugin-muggle-d89ce8d5a49861d4b54380d0660f676bba07522a.tar.bz2 |
Make stuff compile with g++ 2.95.4
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@258 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | mg_database.c | 1 | ||||
-rwxr-xr-x | mugglei.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mg_database.c b/mg_database.c index 1636262..02d2e0a 100644 --- a/mg_database.c +++ b/mg_database.c @@ -10,6 +10,7 @@ #include "mg_database.h" #include "mg_tools.h" +#include <stdio.h> #include <stdarg.h> static const int MAX_QUERY_BUFLEN = 2048; @@ -14,6 +14,7 @@ #include <sys/time.h> #include <mysql/mysql.h> #include <getopt.h> +#include <unistd.h> #include <tag.h> #include <fileref.h> |