libsubid: include alloc.h

Fixes: efbbcade43: Use safer allocation macros
Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
Serge Hallyn 2023-02-24 21:10:57 -06:00
parent 9a9e163e71
commit aa15bc445e
1 changed files with 1 additions and 0 deletions

View 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)
{