From: Alejandro Colomar Date: Mon, 13 May 2024 14:37:56 +0000 (+0200) Subject: lib/, src/: Add missing include X-Git-Tag: 4.17.0-rc1~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23663a1607657694d3f6269cbe90816b110de0f9;p=thirdparty%2Fshadow.git lib/, src/: Add missing include Signed-off-by: Alejandro Colomar --- diff --git a/src/passwd.c b/src/passwd.c index e3291d08d..7bacfe596 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -20,6 +20,7 @@ #include #include +#include "alloc.h" #include "agetpass.h" #include "alloc.h" #include "atoi/str2i.h"