summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/cpu.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 01:30:47 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 01:30:47 +0000
commit1c677ce96e26066b3ac433840322aa6e6d1ea73b (patch)
treea14a1d12dc7b2ce84589db4bdbda31dc329aeccd /sys/arch/hppa/dev/cpu.c
parent159263d5ba84f4ff5f3c7920c8f281d0daaea635 (diff)
no need for reg.h in the frame.h
Diffstat (limited to 'sys/arch/hppa/dev/cpu.c')
-rw-r--r--sys/arch/hppa/dev/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/cpu.c b/sys/arch/hppa/dev/cpu.c
index 13275ebe9a3..5fa4e307c3d 100644
--- a/sys/arch/hppa/dev/cpu.c
+++ b/sys/arch/hppa/dev/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.13 2002/03/14 01:26:31 millert Exp $ */
+/* $OpenBSD: cpu.c,v 1.14 2002/03/19 01:30:46 mickey Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -37,6 +37,7 @@
#include <machine/cpufunc.h>
#include <machine/pdc.h>
+#include <machine/reg.h>
#include <machine/iomod.h>
#include <machine/autoconf.h>