diff options
author | Chris Robinson <[email protected]> | 2023-06-01 17:31:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-06-01 17:31:31 -0700 |
commit | c200eb73a7cf47dbd1a4a3785be471adfb3513d8 (patch) | |
tree | a2a3dea089d1bdceac7d1d5db2ff5bf831e47855 /alc/backends/sndio.cpp | |
parent | 650a14631226b1b9423c961b1f53b5db673cc88f (diff) |
Move althrd_setname to its own source
Diffstat (limited to 'alc/backends/sndio.cpp')
-rw-r--r-- | alc/backends/sndio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/sndio.cpp b/alc/backends/sndio.cpp index 2040dd3a..84c54c62 100644 --- a/alc/backends/sndio.cpp +++ b/alc/backends/sndio.cpp @@ -32,11 +32,11 @@ #include <vector> #include "alnumeric.h" +#include "althrd_setname.h" #include "core/device.h" #include "core/helpers.h" #include "core/logging.h" #include "ringbuffer.h" -#include "threads.h" #include <sndio.h> |