Need <sys/device.h> to bring configure() declaration in scope.

This commit is contained in:
kleink 1998-11-24 16:48:26 +00:00
parent 49837f8763
commit cb37e264d2
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.118 1998/10/19 22:09:17 tron Exp $ */
/* $NetBSD: machdep.c,v 1.119 1998/11/24 16:48:26 kleink Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -58,6 +58,7 @@
#include <sys/file.h>
#include <sys/clist.h>
#include <sys/callout.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/msgbuf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.36 1998/10/19 22:09:18 tron Exp $ */
/* $NetBSD: machdep.c,v 1.37 1998/11/24 16:48:26 kleink Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -56,6 +56,7 @@
#include <sys/file.h>
#include <sys/clist.h>
#include <sys/callout.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/msgbuf.h>