From 5f25a9114051b078696813628c37add0e15d88f2 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 16 Oct 2022 13:44:51 -0400 Subject: Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2289) --- plugin/cracklib_password_check/cracklib_password_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/cracklib_password_check/cracklib_password_check.c b/plugin/cracklib_password_check/cracklib_password_check.c index 72f87db94da..55a1fd1c738 100644 --- a/plugin/cracklib_password_check/cracklib_password_check.c +++ b/plugin/cracklib_password_check/cracklib_password_check.c @@ -13,10 +13,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */ +#include #include #include #include -#include #include static char *dictionary; -- cgit v1.2.1