diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:46:26 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:46:26 +0000 |
commit | af2f1bb2c3431d8c06a609d96b0ff11f3dbf84f4 (patch) | |
tree | 751cf57b3b7a3dc977d51c4095ffe81972549e4a | |
parent | 2c46c1d0df274b52b1057c09d5fc0e8b58a11edd (diff) |
include systm.h for proper prototypes.
-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; |