summaryrefslogtreecommitdiff
path: root/security/pwauth/files/patch-pwauth.h
blob: 39242895b7e76dee228633eec7faac9f40a482cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pwauth.h.orig	2020-04-11 16:28:30 UTC
+++ pwauth.h
@@ -73,7 +73,7 @@
 
 #ifdef UNIX_LASTLOG
 # define NEED_UID
-# include <utmp.h>
+# include <utmpx.h>
 # ifdef HAVE_LASTLOG_H
 #  include <lastlog.h>
 # endif