Fix a few warnings when on Mac OS X.

Include stdlib.h for calloc, malloc, free and setenv.
This commit is contained in:
Ruben Kerkhof 2020-01-20 11:09:27 +01:00 committed by Darren Tucker
parent 0488dc2d30
commit 335dc93526

View File

@ -56,6 +56,7 @@
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>