From 16f0a07725eed1e99d393dfedcab597fcdc42735 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 3 Jan 2021 08:37:52 +0100 Subject: [PATCH] lwp: Include signal.h instead of ucontext.h where possible Signed-off-by: Markus Armbruster --- src/lib/lwp/arch.c | 3 ++- src/lib/lwp/lwpint.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/lwp/arch.c b/src/lib/lwp/arch.c index 3249fb037..7afc3acd7 100644 --- a/src/lib/lwp/arch.c +++ b/src/lib/lwp/arch.c @@ -30,12 +30,13 @@ * Known contributors to this file: * Dave Pare, 1994 * Steve McClure, 1994-2000 - * Markus Armbruster, 2004-2008 + * Markus Armbruster, 2004-2021 */ #include #include +#include #include "lwpint.h" /* diff --git a/src/lib/lwp/lwpint.h b/src/lib/lwp/lwpint.h index a10734033..d46c55e85 100644 --- a/src/lib/lwp/lwpint.h +++ b/src/lib/lwp/lwpint.h @@ -28,14 +28,14 @@ * lwpint.h: lwp internal structures * * Known contributors to this file: - * Markus Armbruster, 2004-2020 + * Markus Armbruster, 2004-2021 */ #ifndef LWPINT_H #define LWPINT_H #include -#include +#include #include "misc.h" -- 2.43.0