diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-07-04 00:49:51 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-07-04 00:49:51 +0000 |
commit | 683c16eb00d32d749c1038f5fd9032d8543e5697 (patch) | |
tree | 12d1e0b5419fd41a3fe43e5ae9a9265c8b492d35 /arch/mips/kernel/signal.c | |
parent | caae231caa2e7dd2d66fb1f30520620a1dad69f9 (diff) |
Make the shit compile again.
Diffstat (limited to 'arch/mips/kernel/signal.c')
-rw-r--r-- | arch/mips/kernel/signal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/signal.c b/arch/mips/kernel/signal.c index 25ea964d7..3457caf1b 100644 --- a/arch/mips/kernel/signal.c +++ b/arch/mips/kernel/signal.c @@ -4,7 +4,7 @@ * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 1994, 1995, 1996 Ralf Baechle * - * $Id: signal.c,v 1.12 1998/04/05 11:23:53 ralf Exp $ + * $Id: signal.c,v 1.13 1998/07/03 23:05:37 ralf Exp $ * * XXX Handle lazy fp context switches correctly. */ @@ -23,6 +23,7 @@ #include <asm/asm.h> #include <asm/bitops.h> #include <asm/pgtable.h> +#include <asm/stackframe.h> #include <asm/uaccess.h> #define DEBUG_SIG 0 |