mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
tools: fix compilation with musl
This commit is contained in:
parent
bb5c43b5ba
commit
3256c6e5e7
2 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
|||
#include <math.h>
|
||||
#include <fnmatch.h>
|
||||
|
||||
#if !defined(FNM_EXTMATCH)
|
||||
#define FNM_EXTMATCH 0
|
||||
#endif
|
||||
|
||||
#include <spa/utils/result.h>
|
||||
#include <spa/utils/string.h>
|
||||
#include <spa/pod/iter.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue