From: Evgeny Grin (Karlson2k) Date: Mon, 11 Aug 2025 00:50:30 +0000 (+0200) Subject: lib/utmp.c: Add explicit include for free() and other functions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76448ca21e2430ebd3bbb9451fd654388e2d1278;p=thirdparty%2Fshadow.git lib/utmp.c: Add explicit include for free() and other functions Signed-off-by: Evgeny Grin (Karlson2k) --- diff --git a/lib/utmp.c b/lib/utmp.c index 931c876e6..f4d0783e8 100644 --- a/lib/utmp.c +++ b/lib/utmp.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include