pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / mesa / patches / patch-src_util_u__printf.h.patch
blob7cf31123476206105ce98fd5fb043f8bae1bb24c
1 $NetBSD: patch-src_util_u__printf.h,v 1.1 2022/03/13 15:52:50 tnn Exp $
3 include cstdarg for va_list
5 --- src/util/u_printf.h.orig 2021-12-01 19:04:14.000000000 +0000
6 +++ src/util/u_printf.h
7 @@ -25,6 +25,7 @@
8 #ifdef __cplusplus
10 #include <string>
11 +#include <cstdarg>
13 /* find next valid printf specifier in a C++ std::string */
14 size_t util_printf_next_spec_pos(const std::string &s, size_t pos);