From 3d73e53870e5045eebe32b9b7d46e72b02adc4d9 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 11 Sep 2007 12:35:51 +0900 Subject: [PATCH] sh: nommu fault handler needs signal.h. Trivial build fix. Signed-off-by: Paul Mundt --- arch/sh/mm/fault-nommu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/mm/fault-nommu.c b/arch/sh/mm/fault-nommu.c index c6f5b51ec2c7..c7217c3f6969 100644 --- a/arch/sh/mm/fault-nommu.c +++ b/arch/sh/mm/fault-nommu.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include