mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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:
parent
46478df097
commit
6c2fd1a8ca
@ -35,6 +35,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user