1
0
Fork 0
mirror of https://passt.top/passt synced 2025-06-06 07:56:38 +02:00

conf: Include libgen.h for basename(), fix build against musl

Fixes: 4b17d042c7 ("conf: Move mode detection into helper function")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Stefano Brivio 2025-03-19 20:43:47 +01:00
parent ebdd46367c
commit 07c2d584b3

1
conf.c
View file

@ -16,6 +16,7 @@
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <libgen.h>
#include <string.h>
#include <sched.h>
#include <sys/types.h>