diff --git a/src/beast/beast/threads/impl/Thread.cpp b/src/beast/beast/threads/impl/Thread.cpp index d6969552b..79369953b 100644 --- a/src/beast/beast/threads/impl/Thread.cpp +++ b/src/beast/beast/threads/impl/Thread.cpp @@ -438,6 +438,8 @@ void Thread::yield() #include #if BEAST_BSD // ??? +#elif BEAST_MAC || BEAST_IOS +// Compiles fine without prctl.h #else # include #endif