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/md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pam_unix/md5.c') diff --git a/modules/pam_unix/md5.c b/modules/pam_unix/md5.c index 95b8de4c..78e9af27 100644 --- a/modules/pam_unix/md5.c +++ b/modules/pam_unix/md5.c @@ -18,11 +18,11 @@ * */ +#include "pam_inline.h" + #include #include "md5.h" -#include "pam_inline.h" - #ifndef HIGHFIRST #define byteReverse(buf, len) /* Nothing */ #else -- cgit v1.2.3