Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2012 11:21:24 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234280 - head/sys/kern
Message-ID:  <201204141121.q3EBLOmG027664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sat Apr 14 11:21:24 2012
New Revision: 234280
URL: http://svn.freebsd.org/changeset/base/234280

Log:
  Fix !DDB build after r234190.

Modified:
  head/sys/kern/subr_turnstile.c

Modified: head/sys/kern/subr_turnstile.c
==============================================================================
--- head/sys/kern/subr_turnstile.c	Sat Apr 14 10:36:43 2012	(r234279)
+++ head/sys/kern/subr_turnstile.c	Sat Apr 14 11:21:24 2012	(r234280)
@@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/kdb.h>
 #include <sys/kernel.h>
 #include <sys/ktr.h>
 #include <sys/lock.h>
@@ -78,7 +79,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/uma.h>
 
 #ifdef DDB
-#include <sys/kdb.h>
 #include <ddb/ddb.h>
 #include <sys/lockmgr.h>
 #include <sys/sx.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204141121.q3EBLOmG027664>