diff options
author | Cacodemon345 <[email protected]> | 2021-01-29 20:47:52 +0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-29 20:47:52 +0600 |
commit | e11cfb50f3bb055e031b8c310dc1ed92ae72e518 (patch) | |
tree | a2c68a849397696f0f55ecc93c2edc6f2cbdf9e9 /alc/backends | |
parent | 3702ee669b893ceb6ef7571c9f2134129af95dbe (diff) |
Fix compilation on Solaris backend
Diffstat (limited to 'alc/backends')
-rw-r--r-- | alc/backends/solaris.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/backends/solaris.cpp b/alc/backends/solaris.cpp index f2763357..7f2549ce 100644 --- a/alc/backends/solaris.cpp +++ b/alc/backends/solaris.cpp @@ -34,6 +34,7 @@ #include <errno.h> #include <poll.h> #include <math.h> +#include <string.h> #include <thread> #include <functional> |