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