Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 16:49:17 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339688 - head/sys/vm
Message-ID:  <201810241649.w9OGnHk6071551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Oct 24 16:49:16 2018
New Revision: 339688
URL: https://svnweb.freebsd.org/changeset/base/339688

Log:
  Add an #include required after r339686.
  
  X-MFC with:	r339686
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/vm/uma_int.h

Modified: head/sys/vm/uma_int.h
==============================================================================
--- head/sys/vm/uma_int.h	Wed Oct 24 16:46:26 2018	(r339687)
+++ head/sys/vm/uma_int.h	Wed Oct 24 16:49:16 2018	(r339688)
@@ -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?201810241649.w9OGnHk6071551>