#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 b112b333bd
commit d794d7d30b

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