Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isa This needs <machine/bus.h> now.



details:   https://anonhg.NetBSD.org/src/rev/0309e5b9a1f0
branches:  trunk
changeset: 579694:0309e5b9a1f0
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Mon Mar 21 18:27:32 2005 +0000

description:
This needs <machine/bus.h> now.

diffstat:

 sys/dev/isa/midi_pcppi.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c5ef7c3c779b -r 0309e5b9a1f0 sys/dev/isa/midi_pcppi.c
--- a/sys/dev/isa/midi_pcppi.c  Mon Mar 21 18:10:15 2005 +0000
+++ b/sys/dev/isa/midi_pcppi.c  Mon Mar 21 18:27:32 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: midi_pcppi.c,v 1.10 2005/02/04 02:10:40 perry Exp $    */
+/*     $NetBSD: midi_pcppi.c,v 1.11 2005/03/21 18:27:32 xtraeme Exp $  */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: midi_pcppi.c,v 1.10 2005/02/04 02:10:40 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: midi_pcppi.c,v 1.11 2005/03/21 18:27:32 xtraeme Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -51,6 +51,8 @@
 #include <sys/audioio.h>
 #include <sys/midiio.h>
 
+#include <machine/bus.h>
+
 #include <dev/isa/pcppivar.h>
 
 #include <dev/audio_if.h>



Home | Main Index | Thread Index | Old Index