summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-03-02 12:34:35 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-02 11:37:50 +0000
commit2d0e4c37304031ac51d56d62deb672df5a4e5c3a (patch)
tree6cf8ea572bcc3898c49587c7bd951d2807b3acec /epan/proto.c
parente4dfeed2ca2491fa944dc9cd5180ec202313b5b6 (diff)
downloadwireshark-2d0e4c37304031ac51d56d62deb672df5a4e5c3a.tar.gz
include <wsutil/glib-compat.h> to allow use of g_list_free_full() with
older glibs. Change-Id: I3eb7e178dcb844ddbac47f53f221a98e2d32f413 Reviewed-on: https://code.wireshark.org/review/20334 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/proto.c b/epan/proto.c
index ed8217d629..f9b211caa5 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -57,6 +57,7 @@
#include <wsutil/plugins.h>
#include <wsutil/ws_printf.h> /* ws_debug_printf/ws_g_warning */
+#include <wsutil/glib-compat.h>
/* Ptvcursor limits */
#define SUBTREE_ONCE_ALLOCATION_NUMBER 8