svn commit: r339688 - head/sys/vm

Mark Johnston markj at FreeBSD.org
Wed Oct 24 16:49:17 UTC 2018


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>
 
 /* 


More information about the svn-src-head mailing list