Post-MDEV-30700: moving alloca() definitions from all *.h files to new header file
Included config file for proper compilation without <my_global.h>
This commit is contained in:
parent
8145b308b0
commit
8b37e79a39
@ -16,6 +16,8 @@
|
||||
#ifndef MY_ALLOCA_INCLUDED
|
||||
#define MY_ALLOCA_INCLUDED
|
||||
|
||||
#include <my_config.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <malloc.h> /*for alloca*/
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user