From 14cc6abada7770bb7bd637bf7bce35503e10b652 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Mon, 2 Oct 2006 14:17:57 -0700 Subject: [SPARC64]: Move signal compat bits to new header file. Create asm-sparc64/compat_signal.h and stuff things there. This avoids the "linux/compat.h includes asm/signal.h but asm/signal.h needs compat_sigset_t which isn't defined yet" problems introduced recently. Signed-off-by: David S. Miller --- arch/sparc64/kernel/sys_sunos32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sparc64/kernel/sys_sunos32.c') diff --git a/arch/sparc64/kernel/sys_sunos32.c b/arch/sparc64/kernel/sys_sunos32.c index 953296b73f3..b21e8dd41a6 100644 --- a/arch/sparc64/kernel/sys_sunos32.c +++ b/arch/sparc64/kernel/sys_sunos32.c @@ -43,6 +43,7 @@ #include /* for gethostid() */ #include #include +#include /* For the nfs mount emulation */ #include -- cgit v1.2.3