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/yppasswd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/pam_unix/yppasswd.h') diff --git a/modules/pam_unix/yppasswd.h b/modules/pam_unix/yppasswd.h index dc686cd7..3a40c3ea 100644 --- a/modules/pam_unix/yppasswd.h +++ b/modules/pam_unix/yppasswd.h @@ -6,6 +6,8 @@ #ifndef _YPPASSWD_H_RPCGEN #define _YPPASSWD_H_RPCGEN +#include "config.h" + #include -- cgit v1.2.3