Use the correct header file for Solaris audio
This commit is contained in:
parent
b99fe37522
commit
01e0787473
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/audio.h>
|
#include <sys/audioio.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
int sndfp;
|
int sndfp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue