diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-02-03 17:08:17 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-02-03 17:08:17 +0000 |
| commit | 4e259174ebc68611eef4d386948202995ea8f450 (patch) | |
| tree | 6e63666760a17f6bd36034978b841a42fab94843 /sys | |
| parent | a351d380067dad32b93ffd8c96e5ba782de89efa (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pci/aic7870.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index edac4a2c3dfa2..f8750069b8580 100644 --- a/sys/pci/aic7870.c +++ b/sys/pci/aic7870.c @@ -19,13 +19,14 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7870.c,v 1.4 1995/02/02 12:36:14 davidg Exp $ + * $Id: aic7870.c,v 1.5 1995/02/02 13:12:13 davidg Exp $ */ #include <pci.h> #if NPCI > 0 #include <sys/param.h> #include <sys/systm.h> +#include <kernel.h> #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> #include <pci/pcireg.h> |
