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

Unified Diff: src/common/linux/file_id.cc

Issue 363001: Changes to get the breakpad client compiling and running on Android using Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 12 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
Index: src/common/linux/file_id.cc
===================================================================
--- src/common/linux/file_id.cc (revision 929)
+++ src/common/linux/file_id.cc (working copy)
@@ -36,10 +36,11 @@
#include <arpa/inet.h>
#include <assert.h>
-#include <elf.h>
#if defined(__ANDROID__)
+#include <linux/elf.h>
#include "client/linux/android_link.h"
#else
+#include <elf.h>
#include <link.h>
#endif
#include <string.h>

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