diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-28 18:47:23 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-28 18:47:23 +0200 |
commit | 7d66e48d129ea46ace7c0d5dd67e39b3bae749ba (patch) | |
tree | 8e50c0b4156bf721477ad77fefb645a606f5374a /include/mysql/plugin_auth.h.pp | |
parent | ca672e6b61d8e8f4d1c092a1f8a9c0e4f3f19027 (diff) | |
download | mariadb-git-7d66e48d129ea46ace7c0d5dd67e39b3bae749ba.tar.gz |
fixes for gcc 4.5
Diffstat (limited to 'include/mysql/plugin_auth.h.pp')
-rw-r--r-- | include/mysql/plugin_auth.h.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mysql/plugin_auth.h.pp b/include/mysql/plugin_auth.h.pp index 977c87493a4..b0d5daf4c64 100644 --- a/include/mysql/plugin_auth.h.pp +++ b/include/mysql/plugin_auth.h.pp @@ -1,8 +1,6 @@ #include <mysql/plugin.h> #include <mysql/services.h> #include <mysql/service_my_snprintf.h> -#include <stdarg.h> -#include <stdlib.h> extern struct my_snprintf_service_st { size_t (*my_snprintf_type)(char*, size_t, const char*, ...); size_t (*my_vsnprintf_type)(char *, size_t, const char*, va_list); @@ -10,7 +8,6 @@ extern struct my_snprintf_service_st { size_t my_snprintf(char* to, size_t n, const char* fmt, ...); size_t my_vsnprintf(char *to, size_t n, const char* fmt, va_list ap); #include <mysql/service_thd_alloc.h> -#include <stdlib.h> struct st_mysql_lex_string { char *str; |