Make volume component work on FreeBSD
- Edit compile instructions - Reuse OpenBSD sndio implementation
This commit is contained in:

committed by
drkhsh

parent
77bfb76a97
commit
798809ce02
@ -7,7 +7,7 @@
|
||||
|
||||
#include "../util.h"
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#if defined(__OpenBSD__) | defined(__FreeBSD__)
|
||||
#include <sys/queue.h>
|
||||
#include <poll.h>
|
||||
#include <sndio.h>
|
||||
|
Reference in New Issue
Block a user