alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
366 stars 177 forks source link

Fix alsa-utils building error on NetBSD #169

Closed triaxx closed 3 years ago

triaxx commented 3 years ago

The following errors occur at least on NetBSD 9.2 amd64 when building alsa-utils: include/alsa/output.h:75:66: error: unknown type name 'va_list'; did you mean 'va_list'? include/alsa/error.h:80:25: error: unknown type name 'va_list'; did you mean 'va_list'?

perexg commented 3 years ago

Fixed in alsa-utils: https://github.com/alsa-project/alsa-utils/commit/1a324205779a5f85d0cbf049643e17c471eee7d3

Thank you for the report.