diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 07:25:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 07:25:05 +0000 |
commit | c7f8d23312c14ad4ba557a3597b7d7397f045991 (patch) | |
tree | ae697d5abba99ae57378f29f48e4fae817fb9962 /sys/arch | |
parent | c3bfcf13ec35fb8e90470a9ee1fc9c66e3528743 (diff) |
Add missing include such that RAMDISK kernels compile again.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index f48edc66011..d2fff5d46ee 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.94 2008/07/05 23:08:08 kettenis Exp $ */ +/* $OpenBSD: autoconf.c,v 1.95 2008/07/06 07:25:04 kettenis Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -72,6 +72,7 @@ #include <machine/sparc64.h> #include <machine/cpu.h> #include <machine/pmap.h> +#include <machine/trap.h> #include <sparc64/sparc64/cache.h> #include <sparc64/sparc64/timerreg.h> |