bluez/plugins
Anderson Lizardo 2b9fc1b2d9 mgmtops: Add missing compatibility header include
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’
2012-02-24 18:45:47 +02:00
..
adaptername.c Fix loop when setting adapter name 2011-09-12 10:59:27 +03:00
dbusoob.c Remove unused define 2011-03-28 19:16:42 +03:00
external-dummy.c Add external dummy plugin for testing 2011-08-14 14:08:29 -07:00
formfactor.c formfactor: Add missing comma 2011-08-29 13:45:41 +03:00
gatt-example.c gatt-example: Fix g_assert checks when an uint16_t value overflows 2012-02-03 10:47:18 -08:00
hal.c Fix hal plugin compilation error 2011-03-04 15:51:49 -03:00
hciops.c core: Fix initial adapter state 2012-02-22 23:56:18 +02:00
maemo6.c Set auto connect from maemo6 plugin 2011-10-05 18:01:48 +03:00
mgmtops.c mgmtops: Add missing compatibility header include 2012-02-24 18:45:47 +02:00
pnat.c Fix not closing fd when disconnecting on pnat plugin 2010-09-06 10:53:45 +03:00
service.c Fix crash when update service record with an invalid XML 2011-09-18 18:36:43 +09:00
storage.c Move logging.{c,h} to log.{c,h} 2010-05-21 14:40:36 +02:00
wiimote.c wiimote: Fix device_get_address to use new API 2011-12-30 13:05:40 +02:00