tests: Fix incompatible pointer type on Debian kfreebsd
authorLaurent Bigonville <bigon@bigon.be>
Thu, 27 Aug 2020 13:58:55 +0000 (15:58 +0200)
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>
Wed, 25 Nov 2020 14:54:49 +0000 (14:54 +0000)
commitb8c656b6645a1ec7d8bef0f1cef557eaba4eaea8
treef1b7ed7cfd0f55bd5f25654759ae01ae13b78e40
parent00bd8e1ef8e131b05ca7b52b28e4daf0e1086555
tests: Fix incompatible pointer type on Debian kfreebsd

Debian kfreebsd uses the GNU libc that uses cpu_set_t instead of cpuset_t

Also do not include unnecessary headers on this platform

Fixes: #851
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/356>
src/tests/once-test.c
src/tests/rtstutter.c