Fix build with MariaDB connector

ryzomclassic-develop
kaetemi 5 years ago
parent 94ad75bb72
commit c54897bd4f

@ -38,7 +38,9 @@ typedef unsigned long ulong;
#endif
#include <mysql.h>
#ifndef LIBMARIADB
#include <mysql_version.h>
#endif
#include "nel/misc/debug.h"
#include "nel/misc/config_file.h"

@ -20,7 +20,9 @@
#include "mysql_helper.h"
#include "mysql_version.h"
#ifndef LIBMARIADB
#include <mysql_version.h>
#endif
//

Loading…
Cancel
Save