diff options
Diffstat (limited to 'multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h')
-rw-r--r-- | multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h b/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h index 8138f5c9d26e..a8e8cbef8062 100644 --- a/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h +++ b/multimedia/kodi/files/patch-xbmc_dbwrappers_mysqldataset.h @@ -1,4 +1,4 @@ ---- xbmc/dbwrappers/mysqldataset.h.orig 2020-05-19 23:04:15 UTC +--- xbmc/dbwrappers/mysqldataset.h.orig 2020-10-04 17:37:02 UTC +++ xbmc/dbwrappers/mysqldataset.h @@ -10,10 +10,8 @@ @@ -6,7 +6,7 @@ #include "dataset.h" -#ifdef HAS_MYSQL +#if defined(HAS_MYSQL) || defined(HAS_MARIADB) - #include "mysql/mysql.h" + #include <mysql/mysql.h> -#elif defined(HAS_MARIADB) -#include <mariadb/mysql.h> #endif |