Use the correct header file for Solaris audio

This commit is contained in:
John Lorentzson 2025-04-06 21:18:39 +02:00
parent b99fe37522
commit 01e0787473

View file

@ -12,7 +12,7 @@
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <sys/audio.h>
#include <sys/audioio.h>
#include <pthread.h>
int sndfp;