Skip to content

Commit 8b37e79

Browse files
committed
Post-MDEV-30700: moving alloca() definitions from all *.h files to new header file
Included config file for proper compilation without <my_global.h>
1 parent 8145b30 commit 8b37e79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/my_alloca.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#ifndef MY_ALLOCA_INCLUDED
1717
#define MY_ALLOCA_INCLUDED
1818

19+
#include <my_config.h>
20+
1921
#ifdef _WIN32
2022
#include <malloc.h> /*for alloca*/
2123
/*

0 commit comments

Comments
 (0)