diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-02-03 20:26:50 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-02-03 20:26:50 +0000 |
| commit | 80cdd2af76ca3f64909c5d0cfa58448ed7297490 (patch) | |
| tree | 3f1f8c3a7ee55b85006fa912991fc813bc3bcafa /usr.sbin/lsdev | |
| parent | 9504046bea8b87849e8310f2fad5a48e5adc3527 (diff) | |
Notes
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 edc1cd8d6d40..2375f450616c 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 *); |
