summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2022-10-16 13:44:51 -0400
committerGitHub <noreply@github.com>2022-10-16 18:44:51 +0100
commit5f25a9114051b078696813628c37add0e15d88f2 (patch)
tree916acecef4518dad9bf044d372ad82d7e986182b /plugin
parente0b4db5ba3d1fb14a1ec9e4ab0b346c6a8eebfd6 (diff)
downloadmariadb-git-5f25a9114051b078696813628c37add0e15d88f2.tar.gz
Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2289)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/cracklib_password_check/cracklib_password_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cracklib_password_check/cracklib_password_check.c b/plugin/cracklib_password_check/cracklib_password_check.c
index 72f87db94da..55a1fd1c738 100644
--- a/plugin/cracklib_password_check/cracklib_password_check.c
+++ b/plugin/cracklib_password_check/cracklib_password_check.c
@@ -13,10 +13,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
+#include <my_global.h>
#include <mysql/plugin_password_validation.h>
#include <crack.h>
#include <string.h>
-#include <alloca.h>
#include <mysqld_error.h>
static char *dictionary;