mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
properties.h: include stdarg.h
Include stdarg.h to avoid a build failure on uclibc due to va_list Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
ed13cd2ec8
commit
281e61735b
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <spa/utils/dict.h>
|
||||
|
||||
/** \class pw_properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue