Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 12:06:06 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295251 - in head/sys: arm/arm sparc64/sparc64
Message-ID:  <201602041206.u14C66Td059755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Thu Feb  4 12:06:06 2016
New Revision: 295251
URL: https://svnweb.freebsd.org/changeset/base/295251

Log:
  Fix build.

Modified:
  head/sys/arm/arm/vm_machdep.c
  head/sys/sparc64/sparc64/vm_machdep.c

Modified: head/sys/arm/arm/vm_machdep.c
==============================================================================
--- head/sys/arm/arm/vm_machdep.c	Thu Feb  4 11:52:53 2016	(r295250)
+++ head/sys/arm/arm/vm_machdep.c	Thu Feb  4 12:06:06 2016	(r295251)
@@ -54,6 +54,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/sysctl.h>
 #include <sys/sysent.h>
 #include <sys/unistd.h>
+#include <sys/taskqueue.h>
 
 #include <machine/acle-compat.h>
 #include <machine/cpu.h>

Modified: head/sys/sparc64/sparc64/vm_machdep.c
==============================================================================
--- head/sys/sparc64/sparc64/vm_machdep.c	Thu Feb  4 11:52:53 2016	(r295250)
+++ head/sys/sparc64/sparc64/vm_machdep.c	Thu Feb  4 12:06:06 2016	(r295251)
@@ -58,6 +58,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/sysctl.h>
 #include <sys/unistd.h>
 #include <sys/vmmeter.h>
+#include <sys/taskqueue.h>
 
 #include <dev/ofw/openfirm.h>
 



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