Commit dca8f40c authored by unknown's avatar unknown

Include <sys/wait.h> to get WEXITSTATUS

parent 952ad99c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment