Make sure to #include <pthread_np.h> on FreeBSD.

This commit is contained in:
Gunnar Beutner 2013-10-21 09:52:45 +02:00
parent 3ca52a6cef
commit 3cb6e3bf82
1 changed files with 4 additions and 0 deletions

View File

@ -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 */