Date: Fri, 15 Sep 2017 14:59:36 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323613 - head/sys/vm Message-ID: <201709151459.v8FExaeC017180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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> /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709151459.v8FExaeC017180>