]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
libsubid: include alloc.h
authorSerge Hallyn <serge@hallyn.com>
Sat, 25 Feb 2023 03:10:57 +0000 (21:10 -0600)
committerSerge Hallyn <serge@hallyn.com>
Sat, 25 Feb 2023 03:27:02 +0000 (21:27 -0600)
Fixes: efbbcade43: Use safer allocation macros
Signed-off-by: Serge Hallyn <serge@hallyn.com>
tests/libsubid/04_nss/libsubid_zzz.c

index 892008799b9aac479dfacc5062fd2c8f4ddb2e9d..cf92ff3cbf41cb27a31af21ca49fbdc41bf12ad7 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdbool.h>
 #include <subid.h>
 #include <string.h>
+#include "alloc.h"
 
 enum subid_status shadow_subid_has_any_range(const char *owner, enum subid_type t, bool *result)
 {