summaryrefslogtreecommitdiff
path: root/util/processinfo_darwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/processinfo_darwin.cpp')
-rw-r--r--util/processinfo_darwin.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/util/processinfo_darwin.cpp b/util/processinfo_darwin.cpp
index c1190ae..9f73cbf 100644
--- a/util/processinfo_darwin.cpp
+++ b/util/processinfo_darwin.cpp
@@ -19,15 +19,14 @@
#include "processinfo.h"
#include "log.h"
-
+#include <mach/vm_statistics.h>
#include <mach/task_info.h>
-
#include <mach/mach_init.h>
#include <mach/mach_host.h>
#include <mach/mach_traps.h>
#include <mach/task.h>
#include <mach/vm_map.h>
-#include <mach/shared_memory_server.h>
+#include <mach/shared_region.h>
#include <iostream>
#include <sys/types.h>