From 6fb07659ffb545664e69505a274afe12197cee57 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Thu, 8 Jun 2000 22:25:25 +0000 Subject: Add explicit inclusions of signalvar.h to files actually using syms defined there but relying on an indirect inclusion --- sys/arch/powerpc/powerpc/machdep.c | 3 ++- sys/arch/powerpc/powerpc/trap.c | 3 ++- sys/arch/powerpc/powerpc/vm_machdep.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/arch/powerpc') diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c index d2f60b2e232..7fe2e3727a2 100644 --- a/sys/arch/powerpc/powerpc/machdep.c +++ b/sys/arch/powerpc/powerpc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.41 2000/05/02 02:58:53 rahnds Exp $ */ +/* $OpenBSD: machdep.c,v 1.42 2000/06/08 22:25:22 niklas Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c index d6fa8189f0d..4eb90b9ce7d 100644 --- a/sys/arch/powerpc/powerpc/trap.c +++ b/sys/arch/powerpc/powerpc/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.17 2000/03/20 07:05:53 rahnds Exp $ */ +/* $OpenBSD: trap.c,v 1.18 2000/06/08 22:25:22 niklas Exp $ */ /* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */ /* @@ -33,6 +33,7 @@ */ #include #include +#include #include #include #include diff --git a/sys/arch/powerpc/powerpc/vm_machdep.c b/sys/arch/powerpc/powerpc/vm_machdep.c index df840c21577..c770338a703 100644 --- a/sys/arch/powerpc/powerpc/vm_machdep.c +++ b/sys/arch/powerpc/powerpc/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.12 2000/06/05 11:03:04 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.13 2000/06/08 22:25:22 niklas Exp $ */ /* $NetBSD: vm_machdep.c,v 1.1 1996/09/30 16:34:57 ws Exp $ */ /* @@ -35,6 +35,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3