Included the my_config.h header before any system headers if mysql headers were used.
This commit is contained in:
@ -18,6 +18,7 @@ Copyright MariaDB Corporation Ab
|
||||
*/
|
||||
|
||||
/** getpid */
|
||||
#include <my_config.h>
|
||||
#include <unistd.h>
|
||||
#include <mysql.h>
|
||||
#include <skygw_utils.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <my_config.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <my_config.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user