[gnome-keyring] Fix implicit declaration of utimes and gettimeofday.



commit 9ffd7b88dfa880ce3e3cb0e3344adb8ee7ef1bd9
Author: Ryan Schmidt <gnome ryandesign com>
Date:   Thu Mar 24 02:47:30 2022 +0000

    Fix implicit declaration of utimes and gettimeofday.

 pkcs11/xdg-store/mock-xdg-module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pkcs11/xdg-store/mock-xdg-module.c b/pkcs11/xdg-store/mock-xdg-module.c
index acfc85fc..631b88f7 100644
--- a/pkcs11/xdg-store/mock-xdg-module.c
+++ b/pkcs11/xdg-store/mock-xdg-module.c
@@ -36,7 +36,7 @@
 #include <glib/gstdio.h>
 
 #include <errno.h>
-#include <sys/times.h>
+#include <sys/time.h>
 
 #include <string.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]