diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-12-19 18:54:27 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-12-19 18:54:27 +0100 |
commit | 6d82020a66505e9c58b26091684e5f78ac71d210 (patch) | |
tree | de9968eee3e1aa273041d9151b077c1c327a61a0 /src | |
parent | 0af54d8a72c0c218e5fa847e61a5c98589662b79 (diff) | |
parent | 6c2fd1a8ca7e2748c73fbbff2a292137a6d8ed36 (diff) | |
download | profani-tty-6d82020a66505e9c58b26091684e5f78ac71d210.tar.gz |
Merge branch 'master' of https://github.com/profanity-im/profanity
Diffstat (limited to 'src')
-rw-r--r-- | src/xmpp/avatar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c index fb69424c..8ecc86fa 100644 --- a/src/xmpp/avatar.c +++ b/src/xmpp/avatar.c @@ -35,6 +35,7 @@ #include <glib.h> #include <stdio.h> +#include <stdlib.h> #include <errno.h> #include <sys/stat.h> |