add <stdlib.h> for exit(3)

This commit is contained in:
Mark Andrews
2015-10-06 14:10:49 +11:00
parent 31cca00bba
commit 09e42eb9e9

View File

@@ -18,6 +18,7 @@
#include <config.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>