From 0f27af628fd9aff70193abb140038e2d8f938165 Mon Sep 17 00:00:00 2001 From: "rmcilroy@chromium.org" Date: Tue, 21 Apr 2015 21:34:14 +0000 Subject: [MIPS]: Use mcontext_t structure for MIPS This change removes user_regs_struct and user_fpregs_struct structures for mips and uses mcontext_t instead. R=fdegans@chromium.org, mark@chromium.org, rmcilroy@chromium.org Review URL: https://breakpad.appspot.com/3744002 Patch from Gordana Cmiljanovic . git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1452 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/android/include/sys/procfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/android/include/sys/procfs.h') diff --git a/src/common/android/include/sys/procfs.h b/src/common/android/include/sys/procfs.h index bedae34a..27223ea3 100644 --- a/src/common/android/include/sys/procfs.h +++ b/src/common/android/include/sys/procfs.h @@ -38,6 +38,9 @@ #include #include +#if defined (__mips__) +#include +#endif #include #include -- cgit v1.2.1