From 4e259174ebc68611eef4d386948202995ea8f450 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Fri, 3 Feb 1995 17:08:17 +0000 Subject: [PATCH] #include to quiet a compiler warning having to do with the DATA_SET (pcidevice_set, ahc_device) macro. Maybe this will allow the aic7870 to be probed again. I don't have a PCI machine here to test it. --- sys/pci/aic7870.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index edac4a2c3dfa..f8750069b858 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 #if NPCI > 0 #include #include +#include #include #include #include