Add missing FreeBSD include (#6027) (#6028)

Fixes #6027
This commit is contained in:
Joel Bodenmann 2025-05-20 23:46:07 +00:00 committed by GitHub
parent 6d257ef52c
commit 80ea173390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Jiangjie Weng
Jinyan Xu
Jitesh Nayak
Jiuyang Liu
Joel Bodenmann
Joey Liu
John Coiner
John Demme

View File

@ -31,6 +31,10 @@
#include <memory>
#include <string>
#ifdef __FreeBSD__
#include <pthread_np.h>
#endif
//=============================================================================
// Globals