summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/adbsys.c
diff options
context:
space:
mode:
authorbriggs <briggs@cvs.openbsd.org>1996-10-28 14:46:27 +0000
committerbriggs <briggs@cvs.openbsd.org>1996-10-28 14:46:27 +0000
commit60bbde031aaeeb56cdc6350952dd1a55e4701db8 (patch)
treec22ee9cd7d7a6f9349c3c2c03e59eb706964edfa /sys/arch/mac68k/dev/adbsys.c
parentdc99be142a3d7af1f84a83e8d8460087dd030339 (diff)
Include macinfo.h.
Diffstat (limited to 'sys/arch/mac68k/dev/adbsys.c')
-rw-r--r--sys/arch/mac68k/dev/adbsys.c3
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"