mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-13 05:54:34 +08:00
2b9fc1b2d9
glib-compat.h needs to be included when either g_slist_free_full() or g_list_free_full() is used on a C file. Otherwise, it will fail to build on older (supported) Glib versions that lack these functions. Fixes this build error on GLib 2.24.1: plugins/mgmtops.c: In function ‘remove_controller’: plugins/mgmtops.c:180: error: implicit declaration of function ‘g_slist_free_full’ |
||
---|---|---|
.. | ||
adaptername.c | ||
dbusoob.c | ||
external-dummy.c | ||
formfactor.c | ||
gatt-example.c | ||
hal.c | ||
hciops.c | ||
maemo6.c | ||
mgmtops.c | ||
pnat.c | ||
service.c | ||
storage.c | ||
wiimote.c |