aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-10-24 16:49:16 +0000
committerMark Johnston <markj@FreeBSD.org>2018-10-24 16:49:16 +0000
commit7571e24901fbc8abea6cb2a280dfd73a236f38a6 (patch)
treedfca997c5b492d70a0f99096afe694567d69f0d4 /sys/vm
parent04c07c31eb2c2ddc5d9099586011d507441672ac (diff)
downloadsrc-7571e24901fbc8abea6cb2a280dfd73a236f38a6.tar.gz
src-7571e24901fbc8abea6cb2a280dfd73a236f38a6.zip
Add an #include required after r339686.
X-MFC with: r339686 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=339688
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/uma_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index 62823d1b78b3..5b28df3701bf 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -31,6 +31,7 @@
*/
#include <sys/_bitset.h>
+#include <sys/_domainset.h>
#include <sys/_task.h>
/*