From 22a39f929946798dffd2dc9367e83fcce14d6d14 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 12 Jul 2007 11:05:42 +0000 Subject: [PATCH] Since we went from struct simplelock to kmutex_t, we need to include and not here. --- sys/sys/resourcevar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index 3d724dac456e..f69cd127bfdd 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: resourcevar.h,v 1.37 2007/07/09 21:11:33 ad Exp $ */ +/* $NetBSD: resourcevar.h,v 1.38 2007/07/12 11:05:42 he Exp $ */ /* * Copyright (c) 1991, 1993 @@ -34,7 +34,7 @@ #ifndef _SYS_RESOURCEVAR_H_ #define _SYS_RESOURCEVAR_H_ -#include +#include /* * Kernel per-process accounting / statistics