summaryrefslogtreecommitdiffstats
path: root/short/short.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2018-02-25 14:35:15 +0100
committerJavier Martinez Canillas <javier@dowhile0.org>2018-02-25 14:42:52 +0100
commit606e09a231e38336eefb2075b340b43fda0dec41 (patch)
tree0e41afb378321ec1e568bd2dd0ca870a39e6a0bd /short/short.c
parent7db2ebb567480b917e1b0ee7d5431fde244badc9 (diff)
downloadldd3-606e09a231e38336eefb2075b340b43fda0dec41.tar.gz
short: Include <linux/sched/signal.h> header for signal_pending()
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Diffstat (limited to 'short/short.c')
-rw-r--r--short/short.c1
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 */