Commit 56cd7d0c authored by Sergei Golubchik's avatar Sergei Golubchik

compilation failure on windows

parent 6b0b1941
......@@ -31,7 +31,9 @@ extern "C" {
#ifndef MYSQL_ABI_CHECK
#ifdef _WIN32
#include <malloc.h>
#ifndef __cplusplus
#define inline __inline
#endif
#else
#include <alloca.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment