diff options
Diffstat (limited to '')
-rw-r--r-- | src/OutputThread.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OutputThread.cxx b/src/OutputThread.cxx index 1b5a44e9d..b56e7f1ca 100644 --- a/src/OutputThread.cxx +++ b/src/OutputThread.cxx @@ -30,6 +30,7 @@ #include "PlayerControl.hxx" #include "MusicPipe.hxx" #include "MusicChunk.hxx" +#include "thread/Util.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" #include "Log.hxx" @@ -578,6 +579,8 @@ audio_output_task(void *arg) { struct audio_output *ao = (struct audio_output *)arg; + SetThreadRealtime(); + ao->mutex.lock(); while (1) { |