pthread: Add missing include for pthread_set_name_np(3)

This commit is contained in:
Bernhard Froehlich 2014-01-10 20:40:31 +00:00
parent 4559e36dc1
commit 0370fb3e41

View file

@ -10,6 +10,10 @@
#include <sys/prctl.h>
#endif
#ifdef PLATFORM_FREEBSD
#include <pthread_np.h>
#endif
int
tvh_open(const char *pathname, int flags, mode_t mode)
{