[gnome-keyring] Fix implicit declaration of utimes and gettimeofday.
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Fix implicit declaration of utimes and gettimeofday.
- Date: Sat, 21 May 2022 12:09:12 +0000 (UTC)
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]