diff --git a/beast/threads/impl/Thread.cpp b/beast/threads/impl/Thread.cpp index d6969552b..79369953b 100644 --- a/beast/threads/impl/Thread.cpp +++ b/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