mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Commit changes pulled from ob-10.0
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
#include "sql_class.h"
|
||||
//#include "sql_time.h"
|
||||
|
||||
#if defined(WIN32)
|
||||
#if defined(__WIN__)
|
||||
//#include <windows.h>
|
||||
#else // !WIN32
|
||||
#else // !__WIN__
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdint.h> // for uintprt_h
|
||||
#endif // !WIN32
|
||||
#endif // !__WIN__
|
||||
|
||||
/***********************************************************************/
|
||||
/* Include required application header files */
|
||||
|
||||
Reference in New Issue
Block a user