]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
logoutd: add missing <utmp.h> include
authorIker Pedrosa <ipedrosa@redhat.com>
Fri, 21 Jul 2023 06:35:17 +0000 (08:35 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 2 Aug 2023 15:13:28 +0000 (10:13 -0500)
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
src/logoutd.c

index a4735e0e7d76b9e3617b0c22dcba36b295119bb1..3a833d88b455b63db3dd21836dfcb852084f28b9 100644 (file)
@@ -15,6 +15,7 @@
 #include <stdio.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <utmp.h>
 #include "defines.h"
 #include "prototypes.h"
 #include "shadowlog.h"