From 5170a2d5429e6a3e5c27501435179f823397ad4c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 19 Dec 2019 20:04:19 +0100 Subject: [PATCH] Add string.h to avatars.c Regards https://github.com/profanity-im/profanity/issues/1241 --- src/xmpp/avatar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index 8ecc86fa..e6dd435f 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -34,6 +34,7 @@ */ #include +#include #include #include #include