summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-06-27 15:01:49 +0200
committermsvensson@neptunus.(none) <>2005-06-27 15:01:49 +0200
commitf8472c0e49b28ad9f8f1a67f09eb016bf3330227 (patch)
treeeabadd59c6c0321aeff6ab4ad6fd504dec56e2e2
parent13a02cfad2be90d0860008cd3cec3baf882fcc24 (diff)
downloadmariadb-git-f8472c0e49b28ad9f8f1a67f09eb016bf3330227.tar.gz
Add "#include <stdlib.h>" to define WEXITSTATUS
-rw-r--r--client/mysqltest.c1
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