mirror of https://github.com/Icinga/icinga2.git
Make sure to #include <pthread_np.h> on FreeBSD.
This commit is contained in:
parent
3ca52a6cef
commit
3cb6e3bf82
|
@ -29,6 +29,10 @@
|
|||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <boost/algorithm/string/classification.hpp>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
# include <pthread_np.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
|
||||
#if HAVE_GCC_ABI_DEMANGLE
|
||||
# include <cxxabi.h>
|
||||
#endif /* HAVE_GCC_ABI_DEMANGLE */
|
||||
|
|
Loading…
Reference in New Issue