summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-06-27 15:11:40 +0200
committermsvensson@neptunus.(none) <>2005-06-27 15:11:40 +0200
commit87d681c7bb0151709f7236c2ebff44fa0d9330c5 (patch)
treeeb439d1fb47812c2213fa0876806911e67a6e561 /client/mysqltest.c
parentf8472c0e49b28ad9f8f1a67f09eb016bf3330227 (diff)
downloadmariadb-git-87d681c7bb0151709f7236c2ebff44fa0d9330c5.tar.gz
Include <sys/wait.h> to get WEXITSTATUS
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r--client/mysqltest.c2
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