forked from GitHub/gf-core
include malloc.h in a few places to avoid warnings on Windows
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <gu/str.h>
|
||||
#include <gu/assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
|
||||
struct GuSeq {
|
||||
size_t len;
|
||||
|
||||
Reference in New Issue
Block a user