Skip to content

Commit

Permalink
logoutd: add missing <utmp.h> include
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
  • Loading branch information
ikerexxe authored and hallyn committed Aug 2, 2023
1 parent 02e3e04 commit f2155fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logoutd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2155fa

Please sign in to comment.