OSDN Git Service

gobex: Fix compilation when NEED_G_SLIST_FREE_FULL is defined
authorDaniele Forsi <daniele@forsi.it>
Wed, 3 Aug 2011 22:20:38 +0000 (00:20 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:22:02 +0000 (22:22 +0100)
commitf64fe4f401513bd804073945a85a7cd62b16765e
tree1d8550a20756ce07f5b74c71b285b993ad378608
parentc1b8f95c2addf595b8de473a8600f1dba3710a69
gobex: Fix compilation when NEED_G_SLIST_FREE_FULL is defined

To use the replacement for g_slist_free_full() both compat.h and
glib-helper.h need to be included.

Fixes:
gobex/gobex.c:911: error: implicit declaration of function 'g_slist_free_full'
tools/obex-server-tool.c:344: error: implicit declaration of function ‘g_slist_free_full’
gobex/gobex.c
tools/obex-server-tool.c