infra: adapt to new include/linux/sched/signal.h

This commit is contained in:
Thomas Schoebel-Theuer 2019-04-17 13:59:43 +02:00 committed by Thomas Schoebel-Theuer
parent ee05ff096e
commit fddc6e491b

View File

@ -31,6 +31,13 @@
#include <asm/atomic.h>
/* Adapt to 3f07c0144132e4f59d88055ac8ff3e691a5fa2b8
* and following commits.
*/
#ifndef SIGNAL_STOP_STOPPED
#include <linux/sched/signal.h>
#endif
#ifndef CONFIG_MARS_MODULE
// when unsure, include faked config file
#include "mars_config.h"