From: tedu Date: Tue, 16 Dec 2014 19:51:33 +0000 (+0000) Subject: only need lock.h here, not all of uvm_extern.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5b7c3bcad98952c83fe9942f9d006447bd36efc8;p=openbsd only need lock.h here, not all of uvm_extern.h --- diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index dc2a910db30..6e524245974 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.345 2014/12/16 18:30:03 tedu Exp $ */ +/* $OpenBSD: softraid.c,v 1.346 2014/12/16 19:51:33 tedu Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Marco Peereboom * Copyright (c) 2008 Chris Kuethe @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include @@ -42,8 +43,6 @@ #include #include -#include - #include #include