summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
index 74ddae67958..2b039c7b16c 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
+++ b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
@@ -20,7 +20,7 @@
#if defined(WITH_FBS) || defined(WITH_BKS)
extern "C" {
-#import <sys/kern_memorystatus.h>
+#import <System/sys/kern_memorystatus.h>
}
#endif
OpenPOWER on IntegriCloud