Added missing AIX definition for sched.h (previously out of scope).

This commit is contained in:
Axel Ismirlian
2014-07-16 15:48:12 -05:00
parent 819b365f5e
commit 960d649e99

View File

@@ -25,6 +25,10 @@
#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
#ifdef _AIX
#include <sched.h>
#endif
// Extremely Light-Weight wrapper classes for OS thread synchronization
#define BOOST_MUTEX_HELPER_NONE 0