aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-12-05 09:28:16 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-05 09:09:57 +0000
commit5eb07b35d430b68c6d816476190035e0774f18d2 (patch)
treef318137533cd13846976ceb6d2fbb243e54b55b2
parent9b7dd3ca2045ad1187311197abe003161c816b5c (diff)
[profile.c] glist_fre_full() is 2.28, include glib-compat.h
Change-Id: I4b4e39de55a30352aa965653bcdf2429efb9e146 Reviewed-on: https://code.wireshark.org/review/24709 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--ui/profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/profile.c b/ui/profile.c
index 4912198aaa..d4416ebfda 100644
--- a/ui/profile.c
+++ b/ui/profile.c
@@ -36,6 +36,7 @@
#include "ui/recent.h"
#include <wsutil/file_util.h>
+#include <wsutil/glib-compat.h>
static GList *current_profiles = NULL;
static GList *edited_profiles = NULL;