aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-12-01 12:34:27 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-01 12:02:16 +0000
commit290fd76af6d2bd1dbc07f4f0b20f71ee8d6e73b3 (patch)
tree6602554867f5ce403feb1b4b2e101a92f58816f1 /wsutil
parent8606062cb38373f7e594bbaa812fb19719d7e6ef (diff)
[glib-compat] #include "ws_attributes.h" needed to handle _U_
Change-Id: Ie7aa8ef0a2ec8e65947e214488809d0df0ee015b Reviewed-on: https://code.wireshark.org/review/24670 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/glib-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/glib-compat.h b/wsutil/glib-compat.h
index a1f1d764d7..e98fabd319 100644
--- a/wsutil/glib-compat.h
+++ b/wsutil/glib-compat.h
@@ -24,6 +24,8 @@
#define GLIB_COMPAT_H
#include "ws_symbol_export.h"
+#include "ws_attributes.h"
+
#if !GLIB_CHECK_VERSION(2, 28, 0)
WS_DLL_PUBLIC void g_slist_free_full(GSList *list, GDestroyNotify free_func);
WS_DLL_PUBLIC void g_list_free_full(GList *list, GDestroyNotify free_func);