mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02: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 <mysql/plugin_password_validation.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <my_attribute.h>
|
||||||
|
|
||||||
static unsigned min_length, min_digits, min_letters, min_others;
|
static unsigned min_length, min_digits, min_letters, min_others;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue