summaryrefslogtreecommitdiff
path: root/wsutil/glib-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/glib-compat.h')
-rw-r--r--wsutil/glib-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/glib-compat.h b/wsutil/glib-compat.h
index 378a020b0d..adaa630f8e 100644
--- a/wsutil/glib-compat.h
+++ b/wsutil/glib-compat.h
@@ -27,6 +27,7 @@
#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);
+WS_DLL_PUBLIC gint64 g_get_monotonic_time (void);
#endif
#endif /* GLIB_COMPAT_H */