mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Add "#include <stdlib.h>" to define WEXITSTATUS
This commit is contained in:
parent
f40f711e0c
commit
8478223a6d
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <violite.h>
|
||||
#include <regex.h> /* Our own version of lib */
|
||||
#include <stdlib.h>
|
||||
#define MAX_QUERY 131072
|
||||
#define MAX_VAR_NAME 256
|
||||
#define MAX_COLUMNS 256
|
||||
|
|
Loading…
Add table
Reference in a new issue