summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-17 13:54:59 +0000
committerbde <bde@FreeBSD.org>1998-06-17 13:54:59 +0000
commit26666467e4bd34b1201c4a96aa4490a2b37070e0 (patch)
tree5ff2157df90e88bf2fc73733a116e03f2babb691 /sys/i386/isa/matcd
parent904224d3ad71ddd310f0a43d8e2a78042da0a14a (diff)
downloadFreeBSD-src-26666467e4bd34b1201c4a96aa4490a2b37070e0.zip
FreeBSD-src-26666467e4bd34b1201c4a96aa4490a2b37070e0.tar.gz
Added used include of <i386/isa/isa_device.h> - don't depend on
pollution in <sys/conf.h>
Diffstat (limited to 'sys/i386/isa/matcd')
-rw-r--r--sys/i386/isa/matcd/matcd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c
index d3bd4e5..af4da2b 100644
--- a/sys/i386/isa/matcd/matcd.c
+++ b/sys/i386/isa/matcd/matcd.c
@@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
-/* $Id: matcd.c,v 1.32 1998/01/24 02:54:32 eivind Exp $ */
+/* $Id: matcd.c,v 1.33 1998/06/07 17:11:16 dfr Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@@ -366,6 +366,8 @@ static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank
#include <sys/devfsext.h>
#endif /*DEVFS*/
+#include <i386/isa/isa_device.h>
+
/*---------------------------------------------------------------------------
Defines and structures
---------------------------------------------------------------------------*/
OpenPOWER on IntegriCloud