mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
Fix compile error on Windows
Using __attribute__ needs my_attribute.h include
This commit is contained in:
parent
3f24cf2dbd
commit
a430df3aba
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <mysql/plugin_password_validation.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <my_attribute.h>
|
||||
|
||||
static unsigned min_length, min_digits, min_letters, min_others;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue