From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/pwd/getgrgid.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/libc/pwd/getgrgid.c') diff --git a/lib/libc/pwd/getgrgid.c b/lib/libc/pwd/getgrgid.c index 5e825c12..9b3b5af9 100644 --- a/lib/libc/pwd/getgrgid.c +++ b/lib/libc/pwd/getgrgid.c @@ -1,6 +1,7 @@ -#include -#include -#include +#include // for LINE_MAX +#include // for getpwuid_r, getpwuid, passwd +#include // for NULL +#include // for uid_t struct passwd *getpwuid(uid_t uid) { -- cgit v1.2.3