From 281e61735b7287c8a6d6c1f2d1a5e45a1006661c Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 28 Jan 2020 13:33:23 +0100 Subject: [PATCH] properties.h: include stdarg.h Include stdarg.h to avoid a build failure on uclibc due to va_list Signed-off-by: Fabrice Fontaine --- src/pipewire/properties.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pipewire/properties.h b/src/pipewire/properties.h index 024115a07..2dfcc3bca 100644 --- a/src/pipewire/properties.h +++ b/src/pipewire/properties.h @@ -29,6 +29,8 @@ extern "C" { #endif +#include + #include /** \class pw_properties