Fixed Windows build.

This commit is contained in:
David Anderson 2010-05-11 02:07:35 -07:00
parent 271b52158e
commit af82971bf5

View File

@ -39,8 +39,10 @@
#endif #endif
#include <mysql.h> #include <mysql.h>
#include <my_global.h> #if !defined(PLATFORM_WINDOWS)
#include <my_sys.h> # include <my_global.h>
# include <my_sys.h>
#endif
#include <sh_string.h> #include <sh_string.h>
#include <sh_list.h> #include <sh_list.h>