diff options
author | James Booth <boothj5@gmail.com> | 2014-05-21 21:39:31 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-05-21 21:39:31 +0100 |
commit | b3d49f2a3c48d9174e02341ce2f69ccd08a4c87c (patch) | |
tree | 2c89bfe6bfd13be67275abcdc0b545fb504c0aa0 /src/config | |
parent | e1f4465dc7e92de0477fa805969c67c02dca32b5 (diff) | |
download | profani-tty-b3d49f2a3c48d9174e02341ce2f69ccd08a4c87c.tar.gz |
Added backwards compatible g_list_free_full for glib < 2.28
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/account.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/account.c b/src/config/account.c index e019bf83..82e1a398 100644 --- a/src/config/account.c +++ b/src/config/account.c @@ -27,6 +27,7 @@ #include "jid.h" #include "config/account.h" +#include "common.h" ProfAccount* account_new(const gchar * const name, const gchar * const jid, |