mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user