utils: provide strdupa() if not in libc

FreeBSD does not have strdupa(), provide it locally then.

Macro by: Gleb Popov <arrowd@FreeBSD.org>
This commit is contained in:
Evgeniy Khramtsov 2021-05-11 21:01:55 +03:00
parent c89af625db
commit 685ff1dc25
2 changed files with 11 additions and 0 deletions

View file

@ -40,6 +40,7 @@
#include <spa/param/profiler.h>
#include <spa/debug/pod.h>
#include <pipewire/utils.h>
#include <pipewire/private.h>
#include <pipewire/impl.h>
#include <extensions/profiler.h>