summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-26 03:44:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-26 03:44:46 +0000
commit4db680f4b269b4a15dccba83a547627b77597b40 (patch)
treeb5924bcb8b4ce9055e626b7a91598948f17b5c8c
parentcd259ccdaec7c6702aa71196a0dad8968c34e9bf (diff)
Make it compile again.
-rw-r--r--arch/mips/sgi/kernel/indy_hpc.c3
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>