add includes
This commit is contained in:
parent
69e8003fe2
commit
e2795350fc
|
@ -1,6 +1,12 @@
|
||||||
#ifndef SIGAR_OS_H
|
#ifndef SIGAR_OS_H
|
||||||
#define SIGAR_OS_H
|
#define SIGAR_OS_H
|
||||||
|
|
||||||
|
#include <sys/vm.h>
|
||||||
|
|
||||||
|
#include <mach.h>
|
||||||
|
#include <mach/mach_types.h>
|
||||||
|
#include <mach/vm_statistics.h>
|
||||||
|
|
||||||
struct sigar_t {
|
struct sigar_t {
|
||||||
SIGAR_T_BASE;
|
SIGAR_T_BASE;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue