mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-22 02:58:24 +00:00
Use correct header on NetBSD.
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
# include <fcntl.h>
|
||||
#elif defined __FreeBSD__
|
||||
# include <sys/thr.h>
|
||||
#elif defined __NetBSD__ || defined __DragonFly__
|
||||
#elif defined __NetBSD__
|
||||
# include <lwp.h>
|
||||
#elif defined __DragonFly__
|
||||
# include <sys/lwp.h>
|
||||
#elif defined __QNX__
|
||||
# include <process.h>
|
||||
|
||||
Reference in New Issue
Block a user