From 7192b4c2d9717ca096f94c1c089f8b152dae1e3b Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 17 Nov 1995 16:29:24 +0000 Subject: [PATCH] Make this compile again by adding the necessary includes. --- usr.sbin/lsdev/i386.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c index cdd96f24a768..78f28e998395 100644 --- a/usr.sbin/lsdev/i386.c +++ b/usr.sbin/lsdev/i386.c @@ -2,6 +2,12 @@ #include #include #include +#include +#include +#include +#include +#include + static void print_isa(struct devconf *); static void print_eisa(struct devconf *);