From b6ca678e32fcc80711675cc52914ba57b84b313a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 23 Oct 2002 20:18:33 +0000 Subject: [PATCH] We always need sys/pcpu.h now, not just for the SMP case. Approved by: jake --- sys/sparc64/sparc64/tick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/sparc64/tick.c b/sys/sparc64/sparc64/tick.c index fd6b439e9f91..241d771fd53a 100644 --- a/sys/sparc64/sparc64/tick.c +++ b/sys/sparc64/sparc64/tick.c @@ -31,12 +31,12 @@ #include #include #include +#include #include #ifdef SMP #include #include #include -#include #include #endif