]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: include fileutils.h
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 22 May 2023 15:11:17 +0000 (17:11 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 22 May 2023 15:11:17 +0000 (17:11 +0200)
It is needed to access xreaddir()

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
term-utils/agetty.c

index cc0f6e19048ba4632f2bb193dae3ffd66563b1ae..8429fa9d1018f76c7580ec474d07fc012152c473 100644 (file)
@@ -49,6 +49,7 @@
 #include "color-names.h"
 #include "env.h"
 #include "path.h"
+#include "fileutils.h"
 
 #include "logindefs.h"