From 0664a0459bf6ef4342e31b3bf0327a7bc3997776 Mon Sep 17 00:00:00 2001 From: ad Date: Fri, 4 Jan 2008 21:17:40 +0000 Subject: Start detangling lock.h from intr.h. This is likely to cause short term breakage, but the mess of dependencies has been regularly breaking the build recently anyhow. --- sys/dev/raidframe/raidframevar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/raidframe/raidframevar.h') diff --git a/sys/dev/raidframe/raidframevar.h b/sys/dev/raidframe/raidframevar.h index 153cc6c0cf2..2bbc498b6ab 100644 --- a/sys/dev/raidframe/raidframevar.h +++ b/sys/dev/raidframe/raidframevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: raidframevar.h,v 1.10 2006/09/05 01:55:21 oster Exp $ */ +/* $NetBSD: raidframevar.h,v 1.11 2008/01/04 21:18:05 ad Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -109,7 +109,7 @@ #include #include #include -#include +#include #include #endif -- cgit