diff options
author | msvensson@neptunus.(none) <> | 2005-06-27 15:11:40 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-06-27 15:11:40 +0200 |
commit | 87d681c7bb0151709f7236c2ebff44fa0d9330c5 (patch) | |
tree | eb439d1fb47812c2213fa0876806911e67a6e561 /client/mysqltest.c | |
parent | f8472c0e49b28ad9f8f1a67f09eb016bf3330227 (diff) | |
download | mariadb-git-87d681c7bb0151709f7236c2ebff44fa0d9330c5.tar.gz |
Include <sys/wait.h> to get WEXITSTATUS
Diffstat (limited to 'client/mysqltest.c')
-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 |