From afe1c7ba8411185ec9784b1d011c7243a3a409f1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 23 Aug 2003 16:59:16 +0000 Subject: [PATCH] Even though this driver says it is broken, fix the location of the pci include files. --- sys/i386/isa/stallion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c index 565fda3ce274..fb5b51f23304 100644 --- a/sys/i386/isa/stallion.c +++ b/sys/i386/isa/stallion.c @@ -62,8 +62,8 @@ __FBSDID("$FreeBSD$"); #ifndef COMPAT_OLDPCI #error "The stallion pci driver requires the old pci compatibility shims" #endif -#include -#include +#include +#include #endif /*****************************************************************************/