--- plugin/auth_pam/mapper/pam_user_map.c.orig 2020-01-26 20:43:53 UTC +++ plugin/auth_pam/mapper/pam_user_map.c @@ -39,7 +39,11 @@ and usually end up in /var/log/secure file. #include #include +#ifdef __FreeBSD__ +#include +#else #include +#endif #include #define FILENAME "/etc/security/user_map.conf"