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

Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
se 1995-02-03 20:26:50 +00:00
parent 012b5f177a
commit 03264c16c2

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