summaryrefslogtreecommitdiff
path: root/sys/kern/subr_rman.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-11-23 09:33:35 +0000
committerBruce Evans <bde@FreeBSD.org>1998-11-23 09:33:35 +0000
commitf6233520ce14409a963eba847fba0265f40ce820 (patch)
tree66b2e733fcce25c3472de445161605f057ff64ba /sys/kern/subr_rman.c
parent76a505024d129fef37994aaa8a2ce01c0a8280e1 (diff)
downloadsrc-test2-f6233520ce14409a963eba847fba0265f40ce820.tar.gz
src-test2-f6233520ce14409a963eba847fba0265f40ce820.zip
Notes
Diffstat (limited to 'sys/kern/subr_rman.c')
-rw-r--r--sys/kern/subr_rman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c
index c0d46207d6db..2e94a3ab0e8d 100644
--- a/sys/kern/subr_rman.c
+++ b/sys/kern/subr_rman.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: subr_rman.c,v 1.1 1998/10/29 01:48:36 wollman Exp $
*/
/*
@@ -59,6 +59,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/rman.h>