mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 20:08:07 +00:00
fix for MacOS
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user