Make this compile again by adding the necessary includes.

This commit is contained in:
phk 1995-11-17 16:29:24 +00:00
parent bd70a3c2da
commit 7192b4c2d9

View File

@ -2,6 +2,12 @@
#include <stdio.h>
#include <string.h>
#include <machine/vmparam.h>
#include <i386/isa/isa_device.h>
#include <i386/eisa/eisaconf.h>
#include <scsi/scsiconf.h>
#include <pci/pcivar.h>
#include <pci/pcireg.h>
static void print_isa(struct devconf *);
static void print_eisa(struct devconf *);