X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/c18c124eaa464aaaa5549e99e5a70fc9cbb50944..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/sys/bsdtask_info.h?ds=sidebyside diff --git a/bsd/sys/bsdtask_info.h b/bsd/sys/bsdtask_info.h index 0bebc2c7f..1f5fb1cc7 100644 --- a/bsd/sys/bsdtask_info.h +++ b/bsd/sys/bsdtask_info.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2005 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2005, 2015 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -30,6 +30,8 @@ #ifndef _SYS_BSDTASK_INFO_H #define _SYS_BSDTASK_INFO_H +#include + struct proc_taskinfo_internal { uint64_t pti_virtual_size; /* virtual memory size (bytes) */ uint64_t pti_resident_size; /* resident memory size (bytes) */