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:
Julius Goryavsky 2023-03-13 17:41:06 +01:00
parent 8145b308b0
commit 8b37e79a39

View File

@ -16,6 +16,8 @@
#ifndef MY_ALLOCA_INCLUDED
#define MY_ALLOCA_INCLUDED
#include <my_config.h>
#ifdef _WIN32
#include <malloc.h> /*for alloca*/
/*