#ifdef unneeded sys/prctl.h include in the mac build

This commit is contained in:
Patrick Dehne
2013-10-20 01:43:24 +02:00
parent ad7b9ff8b5
commit 8e0dda8480

View File

@@ -438,6 +438,8 @@ void Thread::yield()
#include <time.h>
#if BEAST_BSD
// ???
#elif BEAST_MAC || BEAST_IOS
// Compiles fine without prctl.h
#else
# include <sys/prctl.h>
#endif