diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-12-08 17:44:04 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-12-08 17:44:04 +0000 |
| commit | 64ae346b521983a6fc2f72b795b5c8ae101ddac1 (patch) | |
| tree | 9ec918c2cab99abe8542844051b02c87e5cc570d /usr.sbin/pciconf | |
| parent | 7298547a1efda8c59b733d58230ddab16e2a6c0d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
| -rw-r--r-- | usr.sbin/pciconf/pciconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pciconf/pciconf.c b/usr.sbin/pciconf/pciconf.c index d137fbdf615f..5def83972a22 100644 --- a/usr.sbin/pciconf/pciconf.c +++ b/usr.sbin/pciconf/pciconf.c @@ -40,9 +40,7 @@ static const char rcsid[] = #include <stdio.h> #include <string.h> #include <unistd.h> - -#include <pci/pcivar.h> -#include <pci/pci_ioctl.h> +#include <sys/pciio.h> #include "pathnames.h" |
