diff options
author | gene <gene@cvs.openbsd.org> | 1997-05-08 16:36:38 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-05-08 16:36:38 +0000 |
commit | b11296175cb1dd6f8012903e304366688e5f5f5e (patch) | |
tree | db9ef6f19d2c9ff98d46613d56ec2dfeccd0ab2a /sys | |
parent | e8bf718b878138610febe04b9d65312bc7ac0fd7 (diff) |
include bus.h to prevent compiler warnings and other problems.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/dev/nubus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/nubus.h b/sys/arch/mac68k/dev/nubus.h index a84c2154755..e9d200e8ed9 100644 --- a/sys/arch/mac68k/dev/nubus.h +++ b/sys/arch/mac68k/dev/nubus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nubus.h,v 1.15 1997/05/02 00:59:51 briggs Exp $ */ +/* $OpenBSD: nubus.h,v 1.16 1997/05/08 16:36:37 gene Exp $ */ /* $NetBSD: nubus.h,v 1.25 1997/05/02 00:54:28 briggs Exp $ */ /* @@ -44,6 +44,7 @@ * and DrHW 1 (TFB). */ +#include <machine/bus.h> #include <machine/cpu.h> #define NUBUS_CATEGORY_BOARD 0x0001 |