diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-09-06 13:35:01 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-09-06 13:35:01 +0000 |
commit | 6a9ad8e0d2ba4dd68892ab4ea3c529bdb2c3f11e (patch) | |
tree | 5d1ec4973c5759e1407d36814d48ef5ffec37a33 /sys/arch/macppc/dev/dbdma.h | |
parent | f468b92a6d924d5db9fa6e304952e5b12a0d82ea (diff) |
use <> on include of machine/... files. also include bus.h so that
types used in this file are available.
Diffstat (limited to 'sys/arch/macppc/dev/dbdma.h')
-rw-r--r-- | sys/arch/macppc/dev/dbdma.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/dbdma.h b/sys/arch/macppc/dev/dbdma.h index ca1bd8b9ec7..dad8dda54a4 100644 --- a/sys/arch/macppc/dev/dbdma.h +++ b/sys/arch/macppc/dev/dbdma.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dbdma.h,v 1.2 2001/09/15 01:51:11 mickey Exp $ */ +/* $OpenBSD: dbdma.h,v 1.3 2002/09/06 13:35:00 drahn Exp $ */ /* $NetBSD: dbdma.h,v 1.2 1998/08/21 16:13:28 tsubai Exp $ */ /* @@ -23,7 +23,8 @@ * */ -#include "machine/pio.h" +#include <machine/bus.h> +#include <machine/pio.h> #ifndef _POWERMAC_DBDMA_H_ #define _POWERMAC_DBDMA_H_ |