diff options
-rw-r--r-- | sys/arch/powerpc/powerpc/Locore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/Locore.c b/sys/arch/powerpc/powerpc/Locore.c index 09f0d7b6714..d4172136567 100644 --- a/sys/arch/powerpc/powerpc/Locore.c +++ b/sys/arch/powerpc/powerpc/Locore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: Locore.c,v 1.5 1997/10/13 13:42:52 pefo Exp $ */ +/* $OpenBSD: Locore.c,v 1.6 2001/06/24 04:46:25 drahn Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -38,6 +38,7 @@ #include <sys/param.h> #include <sys/proc.h> +#include <sys/systm.h> int whichqs; |