diff --git a/sys/i386/include/devconf.h b/sys/i386/include/devconf.h index 22961353e01..9b270d7de55 100644 --- a/sys/i386/include/devconf.h +++ b/sys/i386/include/devconf.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devconf.h,v 1.6 1994/11/02 23:44:11 se Exp $ + * $Id: devconf.h,v 1.7 1995/02/02 05:42:47 jkh Exp $ */ /* * devconf.h - machine-dependent device configuration table @@ -68,6 +68,7 @@ struct machdep_devconf { #include #include +#include #include #include diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c index 2375f450616..edc1cd8d6d4 100644 --- a/usr.sbin/lsdev/i386.c +++ b/usr.sbin/lsdev/i386.c @@ -2,7 +2,6 @@ #include #include #include -#include static void print_isa(struct devconf *); static void print_eisa(struct devconf *);