aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dump_syms.mm
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-03 20:12:41 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-05-03 20:12:41 +0000
commit255bbe93ed7aef5418000339b6cdb5677bf9e4d6 (patch)
tree86c899bc72e39e4eac5ad3c892ce04a7240bbe2e /src/common/mac/dump_syms.mm
parentIssue 159: reviewer Waylonis (diff)
downloadbreakpad-255bbe93ed7aef5418000339b6cdb5677bf9e4d6.tar.xz
Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@152 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/mac/dump_syms.mm')
-rw-r--r--src/common/mac/dump_syms.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/mac/dump_syms.mm b/src/common/mac/dump_syms.mm
index b122b54b..427e15b3 100644
--- a/src/common/mac/dump_syms.mm
+++ b/src/common/mac/dump_syms.mm
@@ -38,11 +38,13 @@
#include <mach-o/loader.h>
#include <mach-o/nlist.h>
#include <mach-o/stab.h>
+#include <fcntl.h>
#import <Foundation/Foundation.h>
#import "dump_syms.h"
#import "common/mac/file_id.h"
+#import "common/mac/macho_utilities.h"
using google_breakpad::FileID;