Skip to content

tests: Fix incompatible pointer type on Debian kfreebsd

Laurent Bigonville requested to merge bigon/pulseaudio:pthreads into master

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

Also do not include unnecessary headers on this platform

Fixes: #851 (closed)

Merge request reports