diff options
-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" |