Make mysql includes consistent with cmake tests

Signed-off-by: aneejit1 <aneejit1@gmail.com>
pull/21/head
aneejit1 4 years ago committed by TDE Gitea
parent 226d54f648
commit e639ca83dd

@ -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