add includes

This commit is contained in:
Doug MacEachern 2004-09-06 03:27:28 +00:00
parent 69e8003fe2
commit e2795350fc
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
#ifndef 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 {
SIGAR_T_BASE;
};