include openfirmio.h when needed

This commit is contained in:
macallan 2006-08-17 03:50:21 +00:00
parent 8e5c0d9d4d
commit 4c36dff3e4

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.7 2006/08/16 03:24:57 macallan Exp $ */
/* $NetBSD: defs.h,v 1.8 2006/08/17 03:50:21 macallan Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -36,6 +36,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef USE_OPENFIRM
#include <dev/ofw/openfirmio.h>
#endif
#undef BUFSIZE
#define BUFSIZE 1024