diff options
author | dmaclach <dmaclach@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-07-29 15:34:01 +0000 |
---|---|---|
committer | dmaclach <dmaclach@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-07-29 15:34:01 +0000 |
commit | 0b814c1d2b0dee1ebe22a429b8bf3793c05e529e (patch) | |
tree | a30019a64f895c1c5c88537f37385b38d912252e /src/client/mac | |
parent | review: http://breakpad.appspot.com/138001 (diff) | |
download | breakpad-0b814c1d2b0dee1ebe22a429b8bf3793c05e529e.tar.xz |
review: http://breakpad.appspot.com/139001
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@636 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac')
-rw-r--r-- | src/client/mac/handler/dynamic_images.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/mac/handler/dynamic_images.cc b/src/client/mac/handler/dynamic_images.cc index 73c013d4..1d5f1f9b 100644 --- a/src/client/mac/handler/dynamic_images.cc +++ b/src/client/mac/handler/dynamic_images.cc @@ -34,6 +34,7 @@ extern "C" { // needed to compile on Leopard } #include "breakpad_nlist_64.h" +#include <assert.h> #include <dlfcn.h> #include <mach/mach_vm.h> #include <algorithm> |