Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 17:36:43 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r340011 - stable/12/sys/vm
Message-ID:  <201811011736.wA1Hahmn082543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Nov  1 17:36:42 2018
New Revision: 340011
URL: https://svnweb.freebsd.org/changeset/base/340011

Log:
  MFC r339688:
  Add an #include required after r339686.
  
  Reported by:	lwhsu
  Approved by:	re (gjb)

Modified:
  stable/12/sys/vm/uma_int.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/vm/uma_int.h
==============================================================================
--- stable/12/sys/vm/uma_int.h	Thu Nov  1 17:29:14 2018	(r340010)
+++ stable/12/sys/vm/uma_int.h	Thu Nov  1 17:36:42 2018	(r340011)
@@ -31,6 +31,7 @@
  */
 
 #include <sys/_bitset.h>
+#include <sys/_domainset.h>
 #include <sys/_task.h>
 
 /* 



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