Author: markj
Date: Thu Sep 28 15:23:38 2017
New Revision: 324085
URL: https://svnweb.freebsd.org/changeset/base/324085

Log:
  MFC r323613:
  Include _bitset.h to get BITSET_DEFINE, used to define struct slabbits.

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

Modified: stable/11/sys/vm/uma_int.h
==============================================================================
--- stable/11/sys/vm/uma_int.h  Thu Sep 28 15:21:47 2017        (r324084)
+++ stable/11/sys/vm/uma_int.h  Thu Sep 28 15:23:38 2017        (r324085)
@@ -28,6 +28,7 @@
  *
  */
 
+#include <sys/_bitset.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