diff options
Diffstat (limited to 'usr.sbin/lsdev')
| -rw-r--r-- | usr.sbin/lsdev/i386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c index edc1cd8d6d405..2375f450616c3 100644 --- a/usr.sbin/lsdev/i386.c +++ b/usr.sbin/lsdev/i386.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <string.h> #include <machine/vmparam.h> +#include <pci/pcivar.h> static void print_isa(struct devconf *); static void print_eisa(struct devconf *); |
