mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Add a necessary include.
The `basename` function is defined in <libgen.h> and on FreeBSD this header doesn't get transitively included, which causes a runtime crash.
This commit is contained in:
parent
66c43e5af2
commit
03ea1a2177
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <getopt.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include <spa/utils/result.h>
|
||||
#include <pipewire/pipewire.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue