forked from pool/wireshark
1250a67e2d
fix SLE build issue OBS-URL: https://build.opensuse.org/request/show/945304 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=358
15 lines
392 B
Diff
15 lines
392 B
Diff
Index: wireshark-3.6.1/wsutil/glib-compat.h
|
|
===================================================================
|
|
--- wireshark-3.6.1.orig/wsutil/glib-compat.h
|
|
+++ wireshark-3.6.1/wsutil/glib-compat.h
|
|
@@ -21,6 +21,9 @@ extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
#if !GLIB_CHECK_VERSION(2, 68, 0)
|
|
+
|
|
+#include <string.h>
|
|
+
|
|
static inline gpointer
|
|
g_memdup2(gconstpointer mem, gsize byte_size)
|
|
{
|