diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-26 03:44:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-26 03:44:46 +0000 |
commit | 4db680f4b269b4a15dccba83a547627b77597b40 (patch) | |
tree | b5924bcb8b4ce9055e626b7a91598948f17b5c8c /arch/mips | |
parent | cd259ccdaec7c6702aa71196a0dad8968c34e9bf (diff) |
Make it compile again.
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sgi/kernel/indy_hpc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/sgi/kernel/indy_hpc.c b/arch/mips/sgi/kernel/indy_hpc.c index 4a40825ff..5f4ae7644 100644 --- a/arch/mips/sgi/kernel/indy_hpc.c +++ b/arch/mips/sgi/kernel/indy_hpc.c @@ -1,4 +1,4 @@ -/* $Id: indy_hpc.c,v 1.8 1999/10/21 00:23:05 ralf Exp $ +/* $Id: indy_hpc.c,v 1.9 1999/12/04 03:59:00 ralf Exp $ * * indy_hpc.c: Routines for generic manipulation of the HPC controllers. * @@ -6,6 +6,7 @@ * Copyright (C) 1998 Ralf Baechle */ #include <linux/init.h> +#include <linux/types.h> #include <asm/addrspace.h> #include <asm/sgi/sgihpc.h> |