about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-12-19 20:04:19 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-12-19 20:04:19 +0100
commit5170a2d5429e6a3e5c27501435179f823397ad4c (patch)
tree1a1c8210176a36c59a5f77b6aa7fa3513cc17cf1
parent1f809e5210c4cfa152418def23791723c949d672 (diff)
downloadprofani-tty-5170a2d5429e6a3e5c27501435179f823397ad4c.tar.gz
Add string.h to avatars.c
Regards https://github.com/profanity-im/profanity/issues/1241
-rw-r--r--src/xmpp/avatar.c1
1 files changed, 1 insertions, 0 deletions
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 <glib.h>
+#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>