diff options
author | michaelbuch12@gmail.com <michaelbuch12@gmail.com> | 2021-01-01 16:52:57 +0100 |
---|---|---|
committer | drkhsh <me@drkhsh.at> | 2022-10-26 21:24:14 +0200 |
commit | 798809ce02528d5954e0b1d524f44c29503a7407 (patch) | |
tree | a76cf9a7e0531805b5014ebe9e771a5495c72c3e /components | |
parent | 77bfb76a971ed8d114fc12db70d8bfeef923510e (diff) | |
download | slstatus-798809ce02528d5954e0b1d524f44c29503a7407.tar.gz |
Make volume component work on FreeBSD
- Edit compile instructions
- Reuse OpenBSD sndio implementation
Diffstat (limited to 'components')
-rw-r--r-- | components/volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/volume.c b/components/volume.c index b6665da..32f7817 100644 --- a/components/volume.c +++ b/components/volume.c @@ -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> |