summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2023-03-07 20:05:12 +0100
committerSergei Golubchik <serg@mariadb.org>2023-03-08 17:36:36 +0100
commit2ac832838fd04e22645df6cf6fe8959b44c3853d (patch)
treea462ed8e81e5b3f73a37e479c33e4d97c51905ad
parent94ed30e505f8a6d9dca8a2006f6dfced1bff9dec (diff)
downloadmariadb-git-2ac832838fd04e22645df6cf6fe8959b44c3853d.tar.gz
post fix for "move alloca() definition from all *.h files to one new header file"
-rw-r--r--include/CMakeLists.txt1
-rw-r--r--include/mysql/service_encryption.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index fe02098621e..f6f8735bfdf 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -106,7 +106,6 @@ ENDMACRO()
INSTALL_COMPAT_HEADER(my_global.h "")
INSTALL_COMPAT_HEADER(my_config.h "")
-INSTALL_COMPAT_HEADER(my_alloca.h "")
INSTALL_COMPAT_HEADER(my_sys.h "")
INSTALL_COMPAT_HEADER(mysql_version.h "
#include <mariadb_version.h>
diff --git a/include/mysql/service_encryption.h b/include/mysql/service_encryption.h
index 280b9c69e35..4963940758c 100644
--- a/include/mysql/service_encryption.h
+++ b/include/mysql/service_encryption.h
@@ -30,8 +30,6 @@
#ifndef __cplusplus
#define inline __inline
#endif
-#else
-#include <stdlib.h>
#endif
#endif