Fix Data/MySQL #include <mysql.h> issue for all build systems on all platforms execpt MacOS Darwin.

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
This commit is contained in:
Francis ANDRE
2022-08-19 08:03:19 +02:00
parent 5c612d80a7
commit ce073b62eb
14 changed files with 29 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
#include "Poco/Data/MySQL/MySQLException.h"
#include <mysql/mysql.h>
#include <mysql.h>
#include <stdio.h>