From b11296175cb1dd6f8012903e304366688e5f5f5e Mon Sep 17 00:00:00 2001 From: gene Date: Thu, 8 May 1997 16:36:38 +0000 Subject: include bus.h to prevent compiler warnings and other problems. --- sys/arch/mac68k/dev/nubus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 #include #define NUBUS_CATEGORY_BOARD 0x0001 -- cgit v1.2.3