diff options
author | unknown <msvensson@neptunus.(none)> | 2005-06-27 15:11:40 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-06-27 15:11:40 +0200 |
commit | e00981bb5ff6d310e411fc58acc1369e0899285b (patch) | |
tree | eb439d1fb47812c2213fa0876806911e67a6e561 /client | |
parent | 8478223a6db0bd78b07cb3c678e5f288941e671c (diff) | |
download | mariadb-git-e00981bb5ff6d310e411fc58acc1369e0899285b.tar.gz |
Include <sys/wait.h> to get WEXITSTATUS
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 903a4b85e1c..fd8f19332ec 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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 |