Fixed Windows build.
This commit is contained in:
parent
271b52158e
commit
af82971bf5
@ -39,8 +39,10 @@
|
||||
#endif
|
||||
|
||||
#include <mysql.h>
|
||||
#include <my_global.h>
|
||||
#include <my_sys.h>
|
||||
#if !defined(PLATFORM_WINDOWS)
|
||||
# include <my_global.h>
|
||||
# include <my_sys.h>
|
||||
#endif
|
||||
|
||||
#include <sh_string.h>
|
||||
#include <sh_list.h>
|
||||
|
Loading…
Reference in New Issue
Block a user