From e04223bf94223e133deaaca5ffe8ed9f50310217 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 15 Sep 2017 14:59:35 +0000 Subject: [PATCH] Include _bitset.h to get BITSET_DEFINE, used to define struct slabbits. MFC after: 1 week --- sys/vm/uma_int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 8e8918ab5cf..ee315abf2db 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -28,6 +28,7 @@ * */ +#include #include /*