From: Brahmajit Das Date: Sun, 28 May 2023 06:25:33 +0000 Subject: [PATCH] Fix undeclared funtion gettimeofday. Signed-off-by: Brahmajit Das --- utempter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utempter.c b/utempter.c index 3f2f3a2..13214cc 100644 --- a/utempter.c +++ b/utempter.c @@ -11,6 +11,7 @@ #include #include #include +#include #ifndef __UCLIBC__ #include #endif -- 2.40.1