diff options
author | msvensson@neptunus.(none) <> | 2005-06-27 15:01:49 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-06-27 15:01:49 +0200 |
commit | f8472c0e49b28ad9f8f1a67f09eb016bf3330227 (patch) | |
tree | eabadd59c6c0321aeff6ab4ad6fd504dec56e2e2 | |
parent | 13a02cfad2be90d0860008cd3cec3baf882fcc24 (diff) | |
download | mariadb-git-f8472c0e49b28ad9f8f1a67f09eb016bf3330227.tar.gz |
Add "#include <stdlib.h>" to define WEXITSTATUS
-rw-r--r-- | client/mysqltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 77736fc1fcc..903a4b85e1c 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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 |