From fdead9512587da3ad5cfe523e152993acb0eb4ca Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Aug 2003 07:20:27 +0000 Subject: Prefer new location of pci include files (which have only been in the tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. --- sys/dev/dc/if_dc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/dc') diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index dc938fa..6caf01f 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -122,8 +122,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include +#include +#include #define DC_USEIOSPACE #ifdef __alpha__ -- cgit v1.1