diff options
author | 1997-05-08 16:36:37 +0000 | |
---|---|---|
committer | 1997-05-08 16:36:37 +0000 | |
commit | 61ea96ced1e6669ac18ed34acc0263fccc531296 (patch) | |
tree | 333a8b4f99a9cce55926b23f0051e18dc7fc777e | |
parent | Copy /boot before /bsd and add some extra flushs. (diff) | |
download | wireguard-openbsd-61ea96ced1e6669ac18ed34acc0263fccc531296.tar.xz wireguard-openbsd-61ea96ced1e6669ac18ed34acc0263fccc531296.zip |
include bus.h to prevent compiler warnings and other problems.
-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 |