From b63ff624564a9f6e90f1699c108c70ed0fc6c498 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Aug 2003 06:17:16 +0000 Subject: [PATCH] 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/sio/sio_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 7d989cd55d2b..1c1f50aa3824 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -40,7 +40,7 @@ #include -#include +#include static int sio_pci_attach(device_t dev); static void sio_pci_kludge_unit(device_t dev);