diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-04 07:30:45 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-04 07:30:45 +0000 |
commit | 50075887187e1801f3d3425f20a6b6127ffd7ff8 (patch) | |
tree | 3a562e2df3d9abdc76587dbb2acf2314c918deb8 /mg_tools.h | |
parent | 885c894656d26c246cc7757f3a29bf237b129227 (diff) | |
download | vdr-plugin-muggle-50075887187e1801f3d3425f20a6b6127ffd7ff8.tar.gz vdr-plugin-muggle-50075887187e1801f3d3425f20a6b6127ffd7ff8.tar.bz2 |
Added patch for using sockets and improved menu translations
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@199 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r-- | mg_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include <iostream> #include <string> -#include <mysql/mysql.h> +#include <mysql.h> #define STANDALONE 1 // what's this? |