Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits: 0050e586 by Ralph Seichter at 2020-09-28T15:44:38+03:00 macos: Add missing import statement Add missing import of util.h. This fixes a build failure with the Xcode 12 command line tools which manifests as follows: error: implicit declaration of function 'pa_thread_make_realtime' is invalid in C99 [-Werror,-Wimplicit-function-declaration] Ref https://trac.macports.org/ticket/61107 - - - - - 1 changed file: - src/modules/macosx/module-coreaudio-device.c Changes: ===================================== src/modules/macosx/module-coreaudio-device.c ===================================== @@ -27,6 +27,7 @@ #include <config.h> #endif +#include <pulse/util.h> #include <pulse/xmalloc.h> #include <pulsecore/sink.h> View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/0050e5863a9a796b8bfe0dbd810e6c244b1c8e34 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/0050e5863a9a796b8bfe0dbd810e6c244b1c8e34 You're receiving this email because of your account on gitlab.freedesktop.org.
_______________________________________________ pulseaudio-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
