summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-17 16:29:24 +0000
committerphk <phk@FreeBSD.org>1995-11-17 16:29:24 +0000
commit7192b4c2d9717ca096f94c1c089f8b152dae1e3b (patch)
tree6fac88ba909040faefc4df4475d8102c99b79f68 /usr.sbin
parentbd70a3c2da61c0bb509d9db9acf92640301127c3 (diff)
downloadFreeBSD-src-7192b4c2d9717ca096f94c1c089f8b152dae1e3b.zip
FreeBSD-src-7192b4c2d9717ca096f94c1c089f8b152dae1e3b.tar.gz
Make this compile again by adding the necessary includes.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/lsdev/i386.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c
index cdd96f2..78f28e9 100644
--- a/usr.sbin/lsdev/i386.c
+++ b/usr.sbin/lsdev/i386.c
@@ -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 *);
OpenPOWER on IntegriCloud