diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-10-28 14:46:27 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-10-28 14:46:27 +0000 |
commit | 60bbde031aaeeb56cdc6350952dd1a55e4701db8 (patch) | |
tree | c22ee9cd7d7a6f9349c3c2c03e59eb706964edfa /sys/arch/mac68k/dev/adbsys.c | |
parent | dc99be142a3d7af1f84a83e8d8460087dd030339 (diff) |
Include macinfo.h.
Diffstat (limited to 'sys/arch/mac68k/dev/adbsys.c')
-rw-r--r-- | sys/arch/mac68k/dev/adbsys.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/adbsys.c b/sys/arch/mac68k/dev/adbsys.c index 65e8fbdfcbb..6b0dbb26d5a 100644 --- a/sys/arch/mac68k/dev/adbsys.c +++ b/sys/arch/mac68k/dev/adbsys.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adbsys.c,v 1.4 1996/06/23 15:38:12 briggs Exp $ */ +/* $OpenBSD: adbsys.c,v 1.5 1996/10/28 14:46:24 briggs Exp $ */ /* $NetBSD: adbsys.c,v 1.21 1996/06/21 06:10:56 scottr Exp $ */ /*- @@ -36,6 +36,7 @@ #include <machine/adbsys.h> #include <machine/cpu.h> +#include <machine/macinfo.h> #include <machine/viareg.h> #include "adbvar.h" |