summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schmidt <gnome@ryandesign.com>2022-03-24 02:47:30 +0000
committerNiels De Graef <nielsdegraef@gmail.com>2022-05-21 10:51:34 +0000
commit9ffd7b88dfa880ce3e3cb0e3344adb8ee7ef1bd9 (patch)
treef505e9c4499ef195616031c0997539273bc037cd
parente74cfb98f1c675d0a3c078b75e2189cdfea337cd (diff)
downloadgnome-keyring-9ffd7b88dfa880ce3e3cb0e3344adb8ee7ef1bd9.tar.gz
Fix implicit declaration of utimes and gettimeofday.
-rw-r--r--pkcs11/xdg-store/mock-xdg-module.c2
1 files changed, 1 insertions, 1 deletions
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>