Include pthread.h on OpenBSD for pthread_t definition.
This commit is contained in:
parent
15db91b536
commit
0cc3fb0e9d
@ -23,6 +23,9 @@
|
|||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
#if TD_OPENBSD || TD_SOLARIS
|
||||||
|
#include <pthread.h>
|
||||||
|
#endif
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
|
Loading…
Reference in New Issue
Block a user