mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
sh: nommu fault handler needs signal.h.
Trivial build fix. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
aa0e77dc21
commit
3d73e53870
|
|
@ -12,6 +12,7 @@
|
|||
#include <linux/mm.h>
|
||||
#include <linux/hardirq.h>
|
||||
#include <linux/kprobes.h>
|
||||
#include <linux/signal.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/kgdb.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user