diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-30 23:43:43 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-30 23:43:43 +0000 |
commit | 51e75b726272c09b9188f93f2a43a04fb60d7d9d (patch) | |
tree | 7cf59a6305a76c96dc607e7112b7259bc02c6cc2 /sys/arch/arm | |
parent | bfba85170ecfa8e988f18d6edb8dd5098d4fe104 (diff) |
better #include
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/cpuswitch.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm/arm/cpuswitch.S b/sys/arch/arm/arm/cpuswitch.S index 4eb6a6093f2..ced2d20f056 100644 --- a/sys/arch/arm/arm/cpuswitch.S +++ b/sys/arch/arm/arm/cpuswitch.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cpuswitch.S,v 1.4 2004/08/04 20:20:18 miod Exp $ */ +/* $OpenBSD: cpuswitch.S,v 1.5 2004/12/30 23:43:42 drahn Exp $ */ /* $NetBSD: cpuswitch.S,v 1.41 2003/11/15 08:44:18 scw Exp $ */ /* @@ -81,6 +81,7 @@ #include "assym.h" #include <machine/cpu.h> #include <machine/frame.h> +#include <machine/intr.h> #include <machine/asm.h> /* LINTSTUB: include <sys/param.h> */ |