Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Unified Diff: src/processor/binarystream.cc

Issue 2734002: Fix building minidump processor and minidump tools for MinGW Base URL: http://google-breakpad.googlecode.com/svn/trunk
Patch Set: Fix building minidump processor and minidump tools for MinGW Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/processor/basic_source_line_resolver.cc ('k') | src/processor/cfi_frame_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/binarystream.cc
===================================================================
--- src/processor/binarystream.cc (revision 1418)
+++ src/processor/binarystream.cc (working copy)
@@ -27,7 +27,9 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#ifndef _WIN32
#include <arpa/inet.h>
+#endif
#include <limits.h>
#include <string>
« no previous file with comments | « src/processor/basic_source_line_resolver.cc ('k') | src/processor/cfi_frame_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted