pthread.h on macOS

This commit is contained in:
Wolfgang Hommel
2025-01-28 21:30:17 +01:00
parent b5a48c870b
commit 21af5175f5

View File

@@ -42,6 +42,7 @@
#endif
#include <time.h>
#ifdef MACOS_DYLD_INTERPOSE
#include <pthread.h>
#include <sys/time.h>
#include <utime.h>
#endif