From fddc6e491b1cf855ce8f2a364f081ca2bdd23fe7 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Wed, 17 Apr 2019 13:59:43 +0200 Subject: [PATCH] infra: adapt to new include/linux/sched/signal.h --- kernel/brick.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kernel/brick.h b/kernel/brick.h index c8b0b9ac..423eef45 100644 --- a/kernel/brick.h +++ b/kernel/brick.h @@ -31,6 +31,13 @@ #include +/* Adapt to 3f07c0144132e4f59d88055ac8ff3e691a5fa2b8 + * and following commits. + */ +#ifndef SIGNAL_STOP_STOPPED +#include +#endif + #ifndef CONFIG_MARS_MODULE // when unsure, include faked config file #include "mars_config.h"