From 51a97767db9f1f66c2dadcbc68de8f192692ea82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Mon, 22 May 2023 17:11:17 +0200 Subject: [PATCH] agetty: include fileutils.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is needed to access xreaddir() Signed-off-by: Thomas Weißschuh --- term-utils/agetty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/term-utils/agetty.c b/term-utils/agetty.c index cc0f6e1904..8429fa9d10 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -49,6 +49,7 @@ #include "color-names.h" #include "env.h" #include "path.h" +#include "fileutils.h" #include "logindefs.h" -- 2.47.3