From 5d7eefb1883c557c7a027f68e966e2fae294a9b6 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 30 Aug 2024 08:00:00 +0000 Subject: build: consistently include config.h first Make sure that config.h is included before any system header. --- modules/pam_unix/audit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/pam_unix/audit.c') diff --git a/modules/pam_unix/audit.c b/modules/pam_unix/audit.c index 1547a652..9513aaa9 100644 --- a/modules/pam_unix/audit.c +++ b/modules/pam_unix/audit.c @@ -1,5 +1,3 @@ -#include "audit.h" - #include "config.h" #ifdef HAVE_LIBAUDIT @@ -11,6 +9,7 @@ #include +#include "audit.h" #include "passverify.h" int audit_log(int type, const char *uname, int retval) -- cgit v1.2.3