diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-09 01:11:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-07-09 01:11:10 +0000 |
commit | 0ed8ae0dffa5cc68ffc6d5aab632bdec368c209d (patch) | |
tree | c2a15a7b5087e0be2848cdef06fc6c2e292106c6 /sys/arch | |
parent | 970ed8467564458cf939c03eee17ce452e937fb4 (diff) |
missing includes
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/powerpc/process_machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/process_machdep.c b/sys/arch/powerpc/powerpc/process_machdep.c index 99ade0ecc9f..994cd40ff3d 100644 --- a/sys/arch/powerpc/powerpc/process_machdep.c +++ b/sys/arch/powerpc/powerpc/process_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: process_machdep.c,v 1.3 1998/08/07 02:22:08 rahnds Exp $ */ +/* $OpenBSD: process_machdep.c,v 1.4 2001/07/09 01:11:09 mickey Exp $ */ /* $NetBSD: process_machdep.c,v 1.1 1996/09/30 16:34:53 ws Exp $ */ /* @@ -32,7 +32,9 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/proc.h> +#include <sys/ptrace.h> #include <machine/reg.h> /* |