Included the my_config.h header before any system headers if mysql headers were used.
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
* @endverbatim
|
||||
*/
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <my_config.h>
|
||||
#include <ftw.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
Reference in New Issue
Block a user