diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 40f9d925..078e8ae4 100644 --- a/src/common.c +++ b/src/common.c @@ -29,6 +29,7 @@ #include "common.h" +// backwards compatibility for GLib version < 2.28 void p_slist_free_full(GSList *items, GDestroyNotify free_func) { |