diff options
author | stuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-12-02 10:35:19 +0000 |
---|---|---|
committer | stuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-12-02 10:35:19 +0000 |
commit | 50cfc4a091e4e12c6a94d90cd71055405c3d7d12 (patch) | |
tree | 00bbce4ecc42f5b692dd4fe571ccef7020818fd9 | |
parent | Speculative back-out of r883, which may have broken Windows crash reporting. (diff) | |
download | breakpad-50cfc4a091e4e12c6a94d90cd71055405c3d7d12.tar.xz |
Fix a missed include path change from r889. (r=qsr in person)
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@892 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r-- | src/client/ios/Breakpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ios/Breakpad.h b/src/client/ios/Breakpad.h index 1b9d0e83..22431bfe 100644 --- a/src/client/ios/Breakpad.h +++ b/src/client/ios/Breakpad.h @@ -45,7 +45,7 @@ extern "C" { #include <Foundation/Foundation.h> -#include <client/mac/Framework/BreakpadDefines.h> +#include <client/apple/Framework/BreakpadDefines.h> // Optional user-defined function to decide if we should handle this crash or // forward it along. |