blob: bd5849194ba1bf88da49a9f8b9f07e952f0848e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- xbmc/dbwrappers/mysqldataset.cpp.orig 2020-05-19 23:10:06 UTC
+++ xbmc/dbwrappers/mysqldataset.cpp
@@ -17,10 +17,8 @@
#include "utils/StringUtils.h"
#include "mysqldataset.h"
-#ifdef HAS_MYSQL
+#if defined(HAS_MYSQL) || defined(HAS_MARIADB)
#include "mysql/errmsg.h"
-#elif defined(HAS_MARIADB)
-#include <mariadb/errmsg.h>
#endif
#ifdef TARGET_POSIX
|