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

Unified Diff: common/android/include/sys/procfs.h

Issue 3744002: [MIPS]: Use mcontext_t structure for MIPS (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: Rebase Created 8 years, 11 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 | « client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc ('k') | common/android/include/sys/user.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/android/include/sys/procfs.h
===================================================================
--- common/android/include/sys/procfs.h (revision 1449)
+++ common/android/include/sys/procfs.h (working copy)
@@ -38,6 +38,9 @@
#include <asm/ptrace.h>
#include <sys/cdefs.h>
+#if defined (__mips__)
+#include <sys/types.h>
+#endif
#include <sys/user.h>
#include <unistd.h>
« no previous file with comments | « client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc ('k') | common/android/include/sys/user.h » ('j') | no next file with comments »

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