include stdlib.h for malloc() prototype
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
* @endverbatim
|
||||
*/
|
||||
#include <memlog.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static MEMLOG *memlogs = NULL;
|
||||
|
||||
Reference in New Issue
Block a user