From 32112a7b6075e23d7acba37b9272be4a3926bd33 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Mon, 15 Jan 2024 16:20:52 +0100 Subject: pam_unix: refactor audit logging Split the audit logging code into a separate file, to be reused by unix_update(8). --- modules/pam_unix/passverify.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pam_unix/passverify.h') diff --git a/modules/pam_unix/passverify.h b/modules/pam_unix/passverify.h index 9276347c..c4c8df5f 100644 --- a/modules/pam_unix/passverify.h +++ b/modules/pam_unix/passverify.h @@ -4,6 +4,7 @@ #include #include +#include #include #define PAM_UNIX_RUN_HELPER PAM_CRED_INSUFFICIENT -- cgit v1.2.3