include stdlib.h for malloc() prototype

This commit is contained in:
Hartmut Holzgraefe
2015-02-13 17:03:39 +01:00
parent a3a7aae1d2
commit c992b53750

View File

@ -28,6 +28,7 @@
* @endverbatim
*/
#include <memlog.h>
#include <stdlib.h>
#include <stdio.h>
static MEMLOG *memlogs = NULL;