diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 00:11:28 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 00:11:28 +0000 |
commit | e6d79932179d9408ce6425e5e4a08c432fe82d4d (patch) | |
tree | d363b7b83bf7ec9b43dee514edb651b93f559596 /arch | |
parent | 38755eb1d1e908b5eed1f9f940441aa1cbd1c754 (diff) |
And this one also depends on config.h.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-timer.c b/arch/mips64/sgi-ip27/ip27-timer.c index 9a88ca83d..8d25b1caa 100644 --- a/arch/mips64/sgi-ip27/ip27-timer.c +++ b/arch/mips64/sgi-ip27/ip27-timer.c @@ -2,6 +2,7 @@ * Copytight (C) 1999, 2000 Ralf Baechle (ralf@gnu.org) * Copytight (C) 1999, 2000 Silicon Graphics, Inc. */ +#include <linux/config.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> |