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/bigcrypt_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/pam_unix/bigcrypt_main.c') diff --git a/modules/pam_unix/bigcrypt_main.c b/modules/pam_unix/bigcrypt_main.c index fab212d9..22d325da 100644 --- a/modules/pam_unix/bigcrypt_main.c +++ b/modules/pam_unix/bigcrypt_main.c @@ -1,3 +1,5 @@ +#include "config.h" + #include #include -- cgit v1.2.3