diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 11d53046b905..04402ab7a046 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -68,6 +68,9 @@ | |||
68 | #include <asm/stacktrace.h> | 68 | #include <asm/stacktrace.h> |
69 | #include <asm/io.h> | 69 | #include <asm/io.h> |
70 | #endif | 70 | #endif |
71 | #ifdef CONFIG_SPARC | ||
72 | #include <asm/setup.h> | ||
73 | #endif | ||
71 | #ifdef CONFIG_BSD_PROCESS_ACCT | 74 | #ifdef CONFIG_BSD_PROCESS_ACCT |
72 | #include <linux/acct.h> | 75 | #include <linux/acct.h> |
73 | #endif | 76 | #endif |