From 38fe3bbb97535129c3b71f859f8f387237699868 Mon Sep 17 00:00:00 2001 From: Konstantin Baladurin Date: Tue, 17 Oct 2017 21:27:14 +0300 Subject: [PATCH] x86: Fix build (#45) We should include for SYS_rt_sigreturn in x86/Gos-linux.c --- src/x86/Gos-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x86/Gos-linux.c b/src/x86/Gos-linux.c index 37a22b97..7cc98d60 100644 --- a/src/x86/Gos-linux.c +++ b/src/x86/Gos-linux.c @@ -26,6 +26,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "unwind_i.h" #include "offsets.h" +#include + PROTECTED int unw_is_signal_frame (unw_cursor_t *cursor) {