Included the my_config.h header before any system headers if mysql headers were used.

This commit is contained in:
Markus Makela
2014-10-10 12:30:21 +03:00
parent 8cbfb90ce8
commit ebb3b52fdb
8 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Copyright MariaDB Corporation Ab
*/
/** getpid */
#include <my_config.h>
#include <unistd.h>
#include <mysql.h>
#include <skygw_utils.h>