[PATCH] conf: Include libgen.h for basename(), fix build against musl
Fixes: 4b17d042c7e4 ("conf: Move mode detection into helper function")
Signed-off-by: Stefano Brivio
On Wed, Mar 19, 2025 at 08:47:42PM +0100, Stefano Brivio wrote:
Fixes: 4b17d042c7e4 ("conf: Move mode detection into helper function") Signed-off-by: Stefano Brivio
Reviewed-by: David Gibson
--- conf.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/conf.c b/conf.c index 0e2e8dc..b54c55d 100644 --- a/conf.c +++ b/conf.c @@ -16,6 +16,7 @@ #include
#include #include +#include #include #include #include
-- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson
participants (2)
-
David Gibson
-
Stefano Brivio