sh: nommu fault handler needs signal.h.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 11 Sep 2007 03:35:51 +0000 (12:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:52 +0000 (11:57 +0900)
Trivial build fix.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/fault-nommu.c

index c6f5b51..c7217c3 100644 (file)
@@ -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>