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>
 
 /* 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to