mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2289)
This commit is contained in:
parent
e0b4db5ba3
commit
5f25a91140
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue