about summary refs log tree commit diff stats
path: root/src/muc.c
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/muc.c
parente1f4465dc7e92de0477fa805969c67c02dca32b5 (diff)
downloadprofani-tty-b3d49f2a3c48d9174e02341ce2f69ccd08a4c87c.tar.gz
Added backwards compatible g_list_free_full for glib < 2.28
Diffstat (limited to 'src/muc.c')
-rw-r--r--src/muc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/muc.c b/src/muc.c
index 369d19e1..3cf1f506 100644
--- a/src/muc.c
+++ b/src/muc.c
@@ -26,6 +26,7 @@
 #include <glib.h>
 
 #include "contact.h"
+#include "common.h"
 #include "jid.h"
 #include "tools/autocomplete.h"