1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#52514: mysql 5.1 do_abi_check does not compile w/ gcc4.5

due to GCC preprocessor change

Addendum for trunk: do not include system header when checking
the ABI.
This commit is contained in:
Davi Arnaut
2010-07-20 16:34:20 -03:00
parent 182599dd13
commit 70822d52ad
3 changed files with 5 additions and 3 deletions

View File

@ -27,7 +27,9 @@
allocations - they are better served with my_malloc.
*/
#ifndef MYSQL_ABI_CHECK
#include <stdlib.h>
#endif
#ifdef __cplusplus
extern "C" {