Parent: e8d185f9dd114ecf623beda802ef374d655af586
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-02-24 18:45:47
Tree: af8a5094148469a252e481b1ade1f5c433fc8a80
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’
Diffstat
| M | plugins/mgmtops.c | | | 1 | + |
1 files changed, 1 insertions(+), 0 deletions(-)