fix for MacOS

This commit is contained in:
vanhauser-thc
2021-05-26 22:42:14 +02:00
parent 2210472784
commit 64d9b7dd21

View File

@ -35,6 +35,10 @@
#include <sys/shm.h> #include <sys/shm.h>
#endif #endif
#ifdef __APPLE__
#include <sys/qos.h>
#endif
#ifdef PROFILING #ifdef PROFILING
extern u64 time_spent_working; extern u64 time_spent_working;
#endif #endif