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