From 50cfc4a091e4e12c6a94d90cd71055405c3d7d12 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Fri, 2 Dec 2011 10:35:19 +0000 Subject: 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 --- src/client/ios/Breakpad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') 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 -#include +#include // Optional user-defined function to decide if we should handle this crash or // forward it along. -- cgit v1.2.1