svn commit: r324085 - stable/11/sys/vm
Mark Johnston
markj at FreeBSD.org
Thu Sep 28 15:23:39 UTC 2017
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>
/*
More information about the svn-src-stable
mailing list