X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fworker.h;h=c83f006f72b21e50fc890933ef894714d45cbc67;hb=bce617375eeb0429e8f98f19839faf7be8a84a5d;hp=c9ff2f2d7f3c8efc41f3507d5d63059e9be22d47;hpb=e279b9892b467aa823e253d97b6e9504cca0e252;p=ardour.git diff --git a/libs/ardour/ardour/worker.h b/libs/ardour/ardour/worker.h index c9ff2f2d7f..c83f006f72 100644 --- a/libs/ardour/ardour/worker.h +++ b/libs/ardour/ardour/worker.h @@ -25,7 +25,7 @@ #include #include "pbd/ringbuffer.h" -#include "pbd/semaphore.h" +#include "pbd/semutils.h" #include "ardour/libardour_visibility.h" @@ -92,7 +92,7 @@ private: RingBuffer* _requests; RingBuffer* _responses; uint8_t* _response; - PBD::Semaphore _sem; + PBD::Semaphore _sem; bool _exit; Glib::Threads::Thread* _thread;