summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-06-10 09:22:12 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-06-10 09:22:12 +0000
commitc938c713ec80bef8267695e91d2f0f2b7fb12439 (patch)
tree359740830047a6c6582c3f0c59e7cfbdda809811 /sys
parent57d72b04ecff04e4eec0be672443951c13b0dc9f (diff)
Include <machine/cpu.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pica/include/psl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pica/include/psl.h b/sys/arch/pica/include/psl.h
index 8de0bebec15..0eb7d5b6a15 100644
--- a/sys/arch/pica/include/psl.h
+++ b/sys/arch/pica/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.2 1996/06/06 23:07:03 deraadt Exp $ */
+/* $OpenBSD: psl.h,v 1.3 1996/06/10 09:22:11 pefo Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -38,7 +38,7 @@
* from: @(#)psl.h 8.1 (Berkeley) 6/10/93
*/
-#include <machine/machConst.h>
+#include <machine/cpu.h>
#define PSL_LOWIPL (INT_MASK | SR_INT_ENAB)