svn commit: r323613 - head/sys/vm

Mark Johnston markj at FreeBSD.org
Fri Sep 15 14:59:37 UTC 2017


Author: markj
Date: Fri Sep 15 14:59:35 2017
New Revision: 323613
URL: https://svnweb.freebsd.org/changeset/base/323613

Log:
  Include _bitset.h to get BITSET_DEFINE, used to define struct slabbits.
  
  MFC after:	1 week

Modified:
  head/sys/vm/uma_int.h

Modified: head/sys/vm/uma_int.h
==============================================================================
--- head/sys/vm/uma_int.h	Fri Sep 15 13:57:08 2017	(r323612)
+++ head/sys/vm/uma_int.h	Fri Sep 15 14:59:35 2017	(r323613)
@@ -28,6 +28,7 @@
  *
  */
 
+#include <sys/_bitset.h>
 #include <sys/_task.h>
 
 /* 


More information about the svn-src-head mailing list