Skip to content

Commit

Permalink
sh: nommu fault handler needs signal.h.
Browse files Browse the repository at this point in the history
Trivial build fix.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent aa0e77d commit 3d73e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/mm/fault-nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3d73e53

Please sign in to comment.