X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..cc8bc92ae4a8e9f1a1ab61bf83d34ad8150b3405:/osfmk/kern/kpc_thread.c diff --git a/osfmk/kern/kpc_thread.c b/osfmk/kern/kpc_thread.c index aa8f261d4..248ea3c56 100644 --- a/osfmk/kern/kpc_thread.c +++ b/osfmk/kern/kpc_thread.c @@ -41,6 +41,11 @@ #include #include +#if defined (__arm64__) +#include +#elif defined (__arm__) +#include +#endif /* global for whether to read PMCs on context switch */ int kpc_threads_counting = 0;