diff options
Diffstat (limited to 'storage/connect/mycat.cc')
-rw-r--r-- | storage/connect/mycat.cc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/storage/connect/mycat.cc b/storage/connect/mycat.cc index 906ac734157..2dcf807e9b5 100644 --- a/storage/connect/mycat.cc +++ b/storage/connect/mycat.cc @@ -28,20 +28,16 @@ /***********************************************************************/ /* Include relevant MariaDB header file. */ /***********************************************************************/ -#include <my_config.h> +#define DONT_DEFINE_VOID +#include <my_global.h> #if defined(__WIN__) //#include <windows.h> //#include <sqlext.h> #elif defined(UNIX) -#include <sys/types.h> #include <unistd.h> -#include <stdlib.h> -#include <stdio.h> #include <string.h> #endif -#define DONT_DEFINE_VOID -//#include <mysql/plugin.h> #include "handler.h" #undef OFFSET |