c11: Add missing stdlib.h include.

For malloc/free.

Silences gcc mingw warnings.
This commit is contained in:
José Fonseca
2014-01-28 14:35:04 +00:00
parent 61c825e862
commit f29968b270

View File

@@ -30,6 +30,7 @@
#include <limits.h>
#include <errno.h>
#include <process.h> // MSVCRT
#include <stdlib.h>
/*
Configuration macro: