1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fixes for gcc 4.5

This commit is contained in:
Sergei Golubchik
2010-09-28 18:47:23 +02:00
parent ca672e6b61
commit 7d66e48d12
5 changed files with 6 additions and 5 deletions

View File

@@ -70,8 +70,10 @@
extern "C" {
#endif
#ifndef MYSQL_ABI_CHECK
#include <stdarg.h>
#include <stdlib.h>
#endif
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);