Make mysql includes consistent with cmake tests

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit e639ca83dd)
r14.0.x
aneejit1 4 years ago committed by Michele Calgaro
parent 082c64530f
commit e57aefb407
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -75,8 +75,8 @@
#include "sqlite/sqlite3.h"
#ifdef USE_MYSQL
#include <mysql/mysql.h>
#include <mysql/mysql_version.h>
#include <mysql.h>
#include <mysql_version.h>
#endif
#ifdef USE_POSTGRESQL

Loading…
Cancel
Save