diff --git a/src/pipewire/context.c b/src/pipewire/context.c index 123abf141..86494483c 100644 --- a/src/pipewire/context.c +++ b/src/pipewire/context.c @@ -41,6 +41,10 @@ PW_LOG_TOPIC_EXTERN(log_context); #define DEFAULT_DATA_LOOPS 1 +#if !defined(FNM_EXTMATCH) +#define FNM_EXTMATCH 0 +#endif + struct data_loop { struct pw_data_loop *impl; int ref;