From 241606bc72430d7b5d11aa754097b7c628701b5b Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Sat, 15 Apr 1995 21:38:34 +0000 Subject: [PATCH] kernel.h -> sys/kernel.h --- sys/pci/aic7870.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index 8bea87a6d69f..f07222b4008c 100644 --- a/sys/pci/aic7870.c +++ b/sys/pci/aic7870.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7870.c,v 1.7 1995/03/17 04:27:15 davidg Exp $ + * $Id: aic7870.c,v 1.8 1995/03/31 14:08:33 gibbs Exp $ */ #include @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include