summaryrefslogtreecommitdiff
path: root/extcap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2017-05-03 17:44:33 +0100
committerMichael Mann <mmann78@netscape.net>2017-05-03 18:56:22 +0000
commite0ab0b72aebf50f65da6bac2841bbbae529d8728 (patch)
treee79ea995e3d21a6b419f191200a8a82b20411d19 /extcap.c
parentdbae27f7b2ee3d2960cd5cc8b36c333560fd7664 (diff)
downloadwireshark-e0ab0b72aebf50f65da6bac2841bbbae529d8728.tar.gz
Extcap: use glib-compat for g_list_free_full()
Change-Id: I13e6a465b0e169f2f4ce134df3c873c416737b33 Reviewed-on: https://code.wireshark.org/review/21476 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'extcap.c')
-rw-r--r--extcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extcap.c b/extcap.c
index 5e1055c17b..316d630b8e 100644
--- a/extcap.c
+++ b/extcap.c
@@ -51,6 +51,7 @@
#include "ui/iface_toolbar.h"
+#include <wsutil/glib-compat.h>
#include <wsutil/file_util.h>
#include <wsutil/filesystem.h>
#include <wsutil/tempfile.h>