]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/, src/: Add missing include
authorAlejandro Colomar <alx@kernel.org>
Mon, 13 May 2024 14:37:56 +0000 (16:37 +0200)
committerSerge Hallyn <serge@hallyn.com>
Tue, 2 Jul 2024 02:40:11 +0000 (21:40 -0500)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/passwd.c

index e3291d08de6c9adc2bf0158cc5d1ba6dc58cc903..7bacfe596b71a1cbc765176631eaa9dea81114a8 100644 (file)
@@ -20,6 +20,7 @@
 #include <sys/types.h>
 #include <time.h>
 
+#include "alloc.h"
 #include "agetpass.h"
 #include "alloc.h"
 #include "atoi/str2i.h"