From 148de60561b48d07e757d1bfaf98d64592ca304f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Aug 2024 16:15:14 +0200 Subject: [PATCH] Just cosmetic stuff... --- checkpw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/checkpw.c b/checkpw.c index 071f742..3433b68 100644 --- a/checkpw.c +++ b/checkpw.c @@ -17,14 +17,15 @@ * License: MIT (see LICENSE) */ +#include // For struct passwd and getpwnam #include #include #include #include #include -#include // For getopt and access to user info -#include // For struct passwd and getpwnam #include // For terminal input settings +#include // For getopt and access to user info + #define MAX_USERNAME_LEN 32 #define MAX_PASSWORD_LEN 256