c11: Add missing stdlib.h include.
For malloc/free. Silences gcc mingw warnings.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <process.h> // MSVCRT
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
Configuration macro:
|
||||
|
Reference in New Issue
Block a user