mirror of
https://github.com/Icinga/icinga2.git
synced 2025-12-14 17:24:16 +01:00
Enable the pthread_np.h header on OpenBSD and DragonFly
Necessary for pthread_set_name_np().
This commit is contained in:
parent
ed9014103f
commit
77881a7e18
1
AUTHORS
1
AUTHORS
@ -40,6 +40,7 @@ Bernd Arnold <wopfel@gmail.com>
|
||||
Bernd Erk <bernd.erk@icinga.com>
|
||||
Berthold Cogel <cogel@uni-koeln.de>
|
||||
Blerim Sheqa <blerim.sheqa@icinga.com>
|
||||
Brad Smith <brad@comstyle.com>
|
||||
Brendan Jurd <direvus@gmail.com>
|
||||
Brian De Wolf <git@bldewolf.com>
|
||||
Brian Dockter <specus@gmail.com>
|
||||
|
||||
@ -34,9 +34,9 @@
|
||||
#include <utf8.h>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||
# include <pthread_np.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#endif /* __FreeBSD__ || __OpenBSD__ || DragonFly */
|
||||
|
||||
#ifdef HAVE_CXXABI_H
|
||||
# include <cxxabi.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user