mirror of
https://github.com/Icinga/icinga2.git
synced 2025-12-15 01:34:24 +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>
|
Bernd Erk <bernd.erk@icinga.com>
|
||||||
Berthold Cogel <cogel@uni-koeln.de>
|
Berthold Cogel <cogel@uni-koeln.de>
|
||||||
Blerim Sheqa <blerim.sheqa@icinga.com>
|
Blerim Sheqa <blerim.sheqa@icinga.com>
|
||||||
|
Brad Smith <brad@comstyle.com>
|
||||||
Brendan Jurd <direvus@gmail.com>
|
Brendan Jurd <direvus@gmail.com>
|
||||||
Brian De Wolf <git@bldewolf.com>
|
Brian De Wolf <git@bldewolf.com>
|
||||||
Brian Dockter <specus@gmail.com>
|
Brian Dockter <specus@gmail.com>
|
||||||
|
|||||||
@ -34,9 +34,9 @@
|
|||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
|
||||||
# include <pthread_np.h>
|
# include <pthread_np.h>
|
||||||
#endif /* __FreeBSD__ */
|
#endif /* __FreeBSD__ || __OpenBSD__ || DragonFly */
|
||||||
|
|
||||||
#ifdef HAVE_CXXABI_H
|
#ifdef HAVE_CXXABI_H
|
||||||
# include <cxxabi.h>
|
# include <cxxabi.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user