1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Add "#include <stdlib.h>" to define WEXITSTATUS

This commit is contained in:
unknown
2005-06-27 15:01:49 +02:00
parent f40f711e0c
commit 8478223a6d

View File

@ -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