diff options
author | Javier Martinez Canillas <javier@dowhile0.org> | 2018-02-25 14:35:15 +0100 |
---|---|---|
committer | Javier Martinez Canillas <javier@dowhile0.org> | 2018-02-25 14:42:52 +0100 |
commit | 606e09a231e38336eefb2075b340b43fda0dec41 (patch) | |
tree | 0e41afb378321ec1e568bd2dd0ca870a39e6a0bd | |
parent | 7db2ebb567480b917e1b0ee7d5431fde244badc9 (diff) | |
download | ldd3-606e09a231e38336eefb2075b340b43fda0dec41.tar.gz |
short: Include <linux/sched/signal.h> header for signal_pending()
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
-rw-r--r-- | short/short.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/short/short.c b/short/short.c index 90d3feb..d372d5a 100644 --- a/short/short.c +++ b/short/short.c @@ -26,6 +26,7 @@ #include <linux/init.h> #include <linux/sched.h> +#include <linux/sched/signal.h> #include <linux/kernel.h> /* printk() */ #include <linux/fs.h> /* everything... */ #include <linux/errno.h> /* error codes */ |