summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 14:57:17 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-19 14:57:17 +0000
commit67f8e8f437716aac0cdc60be570c68ffa1d0a1f3 (patch)
treea84917254620572b398bc571e989dbe5127de494
parent2923cda3d87ee0f6f11b3f6a991c5d4088524663 (diff)
need reg.h here as well, from sharpeyed hawk David Krause
-rw-r--r--sys/arch/hppa/hppa/intr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/hppa/intr.c b/sys/arch/hppa/hppa/intr.c
index 2931e689ca4..b697f723508 100644
--- a/sys/arch/hppa/hppa/intr.c
+++ b/sys/arch/hppa/hppa/intr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.c,v 1.1 2002/03/16 01:13:42 mickey Exp $ */
+/* $OpenBSD: intr.c,v 1.2 2002/03/19 14:57:16 mickey Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -39,6 +39,7 @@
#include <sys/device.h>
#include <machine/autoconf.h>
+#include <machine/reg.h>
#ifdef DDB
#include <machine/db_machdep.h>