If g_slist_free_full is not supported by glib, build fails with error: plugins/messages.o: In function `get_folder_listing': /home/fdanis/src/obexd/plugins/messages.c:199: undefined reference to `g_slist_free_full' --- plugins/messages-dummy.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/messages-dummy.c b/plugins/messages-dummy.c index 833c31c..afba7a7 100644 --- a/plugins/messages-dummy.c +++ b/plugins/messages-dummy.c @@ -34,6 +34,7 @@ #include "log.h" #include "messages.h" +#include "glib-helper.h" static char *root_folder = NULL; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html