1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Add string.h to avatars.c

Regards https://github.com/profanity-im/profanity/issues/1241
This commit is contained in:
Michael Vetter 2019-12-19 20:04:19 +01:00
parent 1f809e5210
commit 5170a2d542

View File

@ -34,6 +34,7 @@
*/
#include <glib.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>