From af2f1bb2c3431d8c06a609d96b0ff11f3dbf84f4 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 24 Jun 2001 04:46:26 +0000 Subject: include systm.h for proper prototypes. --- sys/arch/powerpc/powerpc/Locore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include +#include int whichqs; -- cgit v1.2.3