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:
parent
ebdd46367c
commit
07c2d584b3
1 changed files with 1 additions and 0 deletions
1
conf.c
1
conf.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue