Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 15:23:38 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324085 - stable/11/sys/vm
Message-ID:  <201709281523.v8SFNcPZ012996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 
 /* 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709281523.v8SFNcPZ012996>