diff options
author | msmith <msmith@FreeBSD.org> | 2000-12-09 00:07:46 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-12-09 00:07:46 +0000 |
commit | c860fb6c1b951c01d1a7501874dc3b333f0f9a8d (patch) | |
tree | 2e8ea1dd93385406d135caab8e05635122877713 /usr.sbin/pciconf | |
parent | 03b00161a79906c2c673fd7ab7e45be015e1d61b (diff) | |
download | FreeBSD-src-c860fb6c1b951c01d1a7501874dc3b333f0f9a8d.zip FreeBSD-src-c860fb6c1b951c01d1a7501874dc3b333f0f9a8d.tar.gz |
Update for new location of pcireg.h.
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r-- | usr.sbin/pciconf/pciconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index df26e99..d5e355b 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -43,7 +43,7 @@ static const char rcsid[] = #include <sys/pciio.h> #include <sys/queue.h> -#include <pci/pcireg.h> +#include <dev/pci/pcireg.h> #include "pathnames.h" |