<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix:
pkcs11/xdg-store/mock-xdg-module.c:91:2: error: implicit declaration of function 'gettimeofday' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
pkcs11/xdg-store/mock-xdg-module.c:95:6: error: implicit declaration of function 'utimes' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/48
--- pkcs11/xdg-store/mock-xdg-module.c.orig	2018-06-24 23:15:03.000000000 -0500
+++ pkcs11/xdg-store/mock-xdg-module.c	2022-03-23 21:25:58.000000000 -0500
@@ -36,7 +36,7 @@
 #include &lt;glib/gstdio.h&gt;
 
 #include &lt;errno.h&gt;
-#include &lt;sys/times.h&gt;
+#include &lt;sys/time.h&gt;
 
 #include &lt;string.h&gt;
 
</pre></body></html>