X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..fe8ab488e9161c46dd9885d58fc52996dc0249ff:/osfmk/i386/thread.h diff --git a/osfmk/i386/thread.h b/osfmk/i386/thread.h index 91d684b8d..b75e36a99 100644 --- a/osfmk/i386/thread.h +++ b/osfmk/i386/thread.h @@ -71,7 +71,7 @@ #include #include -#include +#include #include #include @@ -130,7 +130,7 @@ struct machine_thread { uint32_t specFlags; #define OnProc 0x1 #define CopyIOActive 0x2 /* Checked to ensure DTrace actions do not re-enter copyio(). */ - + uint64_t thread_gpu_ns; #if NCOPY_WINDOWS > 0 struct { user_addr_t user_base;