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