mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 04:56:22 +00:00
Include stdlib.h in avatar.c
We use malloc() and free(). Fix https://github.com/profanity-im/profanity/issues/1241
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user