From 1784575ef20f486c45f816b94756c86e143714d2 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 15 Oct 2014 17:22:08 -0400 Subject: [PATCH] Include ucontext.h on android if it exists. --- mono/utils/mono-sigcontext.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mono/utils/mono-sigcontext.h b/mono/utils/mono-sigcontext.h index 05817a842f3..eb1e23c6ff9 100644 --- a/mono/utils/mono-sigcontext.h +++ b/mono/utils/mono-sigcontext.h @@ -4,6 +4,9 @@ #include #if defined(PLATFORM_ANDROID) #include +#ifdef HAVE_UCONTEXT_H +#include +#endif #endif #ifdef HAVE_UNISTD_H -- 2.25.1