diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 06:17:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 06:17:16 +0000 |
| commit | b63ff624564a9f6e90f1699c108c70ed0fc6c498 (patch) | |
| tree | 42a5618a4cd4636ef0d5ccb0c0e39a3b5c01b074 /sys/dev/sio/sio_pci.c | |
| parent | cace7a2a4d49e2588f5fb0b5ebd56b59c47e1b31 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
| -rw-r--r-- | sys/dev/sio/sio_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <dev/sio/siovar.h> -#include <pci/pcivar.h> +#include <dev/pci/pcivar.h> static int sio_pci_attach(device_t dev); static void sio_pci_kludge_unit(device_t dev); |
