From 31a596dc97d365a7cbd0838cda125d2169dfb31d Mon Sep 17 00:00:00 2001 From: Daniel Schaefer <dhs@frame.work> Date: Thu, 25 Jul 2024 20:48:24 +0000 Subject: [PATCH] pam: Include time.h for clock_gettime Signed-off-by: Daniel Schaefer <dhs@frame.work> --- pam/pam_fprintd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pam/pam_fprintd.c b/pam/pam_fprintd.c index f694761d..ade8b29b 100644 --- a/pam/pam_fprintd.c +++ b/pam/pam_fprintd.c @@ -29,6 +29,7 @@ #include <sys/types.h> #include <string.h> #include <syslog.h> +#include <time.h> #include <errno.h> #include <libintl.h> -- GitLab