From 09de69eca1bc82fe4851d48baf4af5e9a1b9d0fa Mon Sep 17 00:00:00 2001 From: "qsr@chromium.org" Date: Mon, 24 Oct 2011 14:58:12 +0000 Subject: Do not use mach_vm.h on iOS. mach_vm.h has been removed from iOS5. Use #define to use vm_ replacement of mach_vm_ functions on iOS. Do not use mach_vm_allocate -> use a stack variable instead. Review URL: http://breakpad.appspot.com/321001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@879 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/handler/dynamic_images.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/mac/handler/dynamic_images.h') diff --git a/src/client/mac/handler/dynamic_images.h b/src/client/mac/handler/dynamic_images.h index d4062ea6..d039eda0 100644 --- a/src/client/mac/handler/dynamic_images.h +++ b/src/client/mac/handler/dynamic_images.h @@ -45,6 +45,8 @@ #include #include +#include "mach_vm_compat.h" + namespace google_breakpad { using std::string; -- cgit v1.2.1