logoutd: add missing <utmp.h> include

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2023-07-21 08:35:17 +02:00 committed by Serge Hallyn
parent 02e3e04205
commit f2155fadf1

View 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"