Add #include <pci/pcivar.h> for definition of PCI_EXTERNAL_LEN.

Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Stefan Eßer 1995-02-03 20:26:50 +00:00
parent 9504046bea
commit 80cdd2af76
1 changed files with 1 additions and 0 deletions

View File

@ -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 *);