about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-21 21:39:31 +0100
committerJames Booth <boothj5@gmail.com>2014-05-21 21:39:31 +0100
commitb3d49f2a3c48d9174e02341ce2f69ccd08a4c87c (patch)
tree2c89bfe6bfd13be67275abcdc0b545fb504c0aa0 /src/config
parente1f4465dc7e92de0477fa805969c67c02dca32b5 (diff)
downloadprofani-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.c1
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,