1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +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:
Michael Vetter 2019-12-19 18:21:48 +01:00
parent 46478df097
commit 6c2fd1a8ca

View File

@ -35,6 +35,7 @@
#include <glib.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>