From 8b37e79a393dcaef3e09fb72564545e4909cbfb0 Mon Sep 17 00:00:00 2001 From: Julius Goryavsky Date: Mon, 13 Mar 2023 17:41:06 +0100 Subject: [PATCH] Post-MDEV-30700: moving alloca() definitions from all *.h files to new header file Included config file for proper compilation without --- include/my_alloca.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/my_alloca.h b/include/my_alloca.h index 761c2adb890..25fd8867e69 100644 --- a/include/my_alloca.h +++ b/include/my_alloca.h @@ -16,6 +16,8 @@ #ifndef MY_ALLOCA_INCLUDED #define MY_ALLOCA_INCLUDED +#include + #ifdef _WIN32 #include /*for alloca*/ /*