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_setquota/pam_setquota.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/pam_setquota') diff --git a/modules/pam_setquota/pam_setquota.c b/modules/pam_setquota/pam_setquota.c index c15fc669..73445e29 100644 --- a/modules/pam_setquota/pam_setquota.c +++ b/modules/pam_setquota/pam_setquota.c @@ -8,6 +8,8 @@ Copyright © 2016 Keller Fuchs */ +#include "pam_inline.h" + #include #include #include @@ -22,7 +24,6 @@ #include #include #include -#include "pam_inline.h" #ifndef PATH_LOGIN_DEFS # define PATH_LOGIN_DEFS "/etc/login.defs" -- cgit v1.2.3