pthread: Add missing include for pthread_set_name_np(3)
This commit is contained in:
parent
4559e36dc1
commit
0370fb3e41
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
#include <sys/prctl.h>
|
#include <sys/prctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef PLATFORM_FREEBSD
|
||||||
|
#include <pthread_np.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
tvh_open(const char *pathname, int flags, mode_t mode)
|
tvh_open(const char *pathname, int flags, mode_t mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue