aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dump_syms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/dump_syms.h')
-rw-r--r--src/common/mac/dump_syms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/mac/dump_syms.h b/src/common/mac/dump_syms.h
index fbf11c78..f197ca28 100644
--- a/src/common/mac/dump_syms.h
+++ b/src/common/mac/dump_syms.h
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <ostream>
#include <string>
#include <vector>
@@ -111,7 +112,7 @@ class DumpSymbols {
// Read the selected object file's debugging information, and write it
// out to |stream|. Return true on success; if an error occurs, report it
// and return false.
- bool WriteSymbolFile(FILE *stream);
+ bool WriteSymbolFile(std::ostream &stream);
private:
// Used internally.