about summary refs log tree commit diff stats
path: root/tests/test_cmd_bookmark.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 /tests/test_cmd_bookmark.c
parente1f4465dc7e92de0477fa805969c67c02dca32b5 (diff)
downloadprofani-tty-b3d49f2a3c48d9174e02341ce2f69ccd08a4c87c.tar.gz
Added backwards compatible g_list_free_full for glib < 2.28
Diffstat (limited to 'tests/test_cmd_bookmark.c')
-rw-r--r--tests/test_cmd_bookmark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_bookmark.c b/tests/test_cmd_bookmark.c
index 3a78ba5b..f576196c 100644
--- a/tests/test_cmd_bookmark.c
+++ b/tests/test_cmd_bookmark.c
@@ -12,6 +12,7 @@
 #include "xmpp/mock_xmpp.h"
 
 #include "muc.h"
+#include "common.h"
 
 #include "command/commands.h"