From c23aaeeba46cfb112bb22a74c0898470331d3e18 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Aug 2003 05:54:52 +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/en/if_en_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/en/if_en_pci.c') diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index 7be0804..43b8f06 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -63,8 +63,8 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include +#include +#include #include #include -- cgit v1.1